koala 0.1.6 copy "koala: ^0.1.6" to clipboard
koala: ^0.1.6 copied to clipboard

A poor man's version of a pandas Dataframe. Collect, access & manipulate related data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add koala
copied to clipboard

With Flutter:

 $ flutter pub add koala
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  koala: ^0.1.6
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:koala/koala.dart';
copied to clipboard
12
likes
140
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.05 - 2025.03.20

A poor man's version of a pandas Dataframe. Collect, access & manipulate related data.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, csv, jiffy

More

Packages that depend on koala