pdataframe 0.1.0
pdataframe: ^0.1.0 copied to clipboard
A DataFrame implementation in Dart for data manipulation and analysis.
0.1.0 #
- Changed
ilocfrom method-style (iloc()) to index-style (iloc[]) access. - Removed
editRow[]due to overlap withiloc[].
0.0.4 #
- Added additional utility and mathematical methods (basic functionality).
0.0.3 #
- Added a simple
Timestampclass based on Dart'sDateTime. - Added a
Timedeltawrapper that extends theDurationclass.
0.0.2 #
- Adjusted
Mapinput functionality with thecolumnsargument.
0.0.1 #
- Initial version.