rl-institut / simbev

MIT License
10 stars 4 forks source link

Review datatypes in pandas. #90

Closed JakobWeg closed 1 year ago

JakobWeg commented 1 year ago

To increase speed of simulation and decrease the usage of memory it is necessary to review and change the dataformat in dataframes if possible.

mosc5 commented 1 year ago

Have a look here to replace some of the strings (e.g. use case) with categories https://pandas.pydata.org/docs/user_guide/categorical.html