You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 fromstring
tocategorical
, etc.).This would save a lot of space both in RAM and disk space.
Further reading
The text was updated successfully, but these errors were encountered: