DataFrameLibrary
enum backtide.config.DataFrameLibrary
DataFrame library used for returning tabular data.
Which library to use for tabular data exchanged with user code (e.g., storage query results, indicator inputs/outputs). Read more in the user guide.
- numpy
- pandas
- polars
| Attributes |
Return the Python class name.
|