Skip to content

curve array/column manipulation module

Yannick requested to merge dataframe_column_module into master
  • columns/curve manipulations moved from routers/bulk/utils into a dedicated module inside bulk_persistence package.
  • describe from bulk catalog moved as BulkCatalog class method
  • columns labels and dtypes stored within the object after its computation to prevent multiple computation
  • Bulk catalog attributes record_id and columns become private
Edited by Yannick

Merge request reports