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
Enable HyperFile extractors to save to CSV (using chunking/streaming) and return the total number of rows without conversion to a dataframe first, which is helpful with larger hyper files.
Adds a Hyper Utils module containing lots of different utility functions to help when working directly with large hyper files, for example where converting to dataframes using Pantab is too expensive.