home / github / commits

Menu
  • Search all tables
  • GraphQL API

commits: 087ebbb78668bdf5d2d41c3b2553e3f29ce75be1

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
087ebbb78668bdf5d2d41c3b2553e3f29ce75be1 `ds.to_dict` with data as arrays, not lists (#7739) * first stab at ds.to_dict giving data as numpy objects * update whats-new.rst * mypy flailing: add dict typing to test_dataarray * mypy flailing 2: add dict typing to core/varaible.py * testing equality of encodings on Ds.from_dict(ds.to_dict()) roundtrips * .values -> .to_numpy() * requested changes on 4/19/23 * to_dict kwarg data handles bool and str, "list" and True return list of Python datatypes, "array" returns numpy.ndarrays, False returns only the schema * fix mypy hashable not being string * touch ups on to_dict() changes * to_dict with dask, tested. other minor things * touch up * finalize to_dict() 2023-04-28T14:23:01Z 2023-04-28T14:23:01Z 395b101cf8dbc6fe576cddd1b6cf3cb434e3229b cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 12465248 19864447
Powered by Datasette · Queries took 159.195ms · About: xarray-datasette