Grasia / dao-scripts

Scripts to get data for the DAO-Analyzer dataset
https://www.kaggle.com/datasets/daviddavo/dao-analyzer
GNU General Public License v3.0
0 stars 0 forks source link

Change fields datatypes #5

Open daviddavo opened 10 months ago

daviddavo commented 10 months ago

Now, the data is saved in DataFrames with the default datatype. The objective is to use a suitable type for each field (for example, changing unix epochs to datetime, the network from string to categorical, etc.).

This would save a lot of space both in RAM and disk space.

Further reading