pdataframe 0.1.0 copy "pdataframe: ^0.1.0" to clipboard
pdataframe: ^0.1.0 copied to clipboard

A DataFrame implementation in Dart for data manipulation and analysis.

0.1.0 #

  • Changed iloc from method-style (iloc()) to index-style (iloc[]) access.
  • Removed editRow[] due to overlap with iloc[].

0.0.4 #

  • Added additional utility and mathematical methods (basic functionality).

0.0.3 #

  • Added a simple Timestamp class based on Dart's DateTime.
  • Added a Timedelta wrapper that extends the Duration class.

0.0.2 #

  • Adjusted Map input functionality with the columns argument.

0.0.1 #

  • Initial version.
2
likes
130
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A DataFrame implementation in Dart for data manipulation and analysis.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

csv

More

Packages that depend on pdataframe