qlib
qlib copied to clipboard
Support for storing str type data
🌟 Feature Description
Support for storing str type data.
Motivation
- Application scenario
- Related works (Papers, Github repos etc.):
- Any other relevant and important information:
Store data such as name, industry, and block of stocks.
Alternatives
This data is a bit like the category type in the pandas library, we can store the string in a list and then store its index.