Releases: otsaloma/dataiter
Releases · otsaloma/dataiter
0.9
0.8
DataFrame
: New classListOfDicts.__add__
: New method to support the+
operatorListOfDicts.__init__
: Rename, reorder argumentsListOfDicts.__mul__
: New method to support the*
operatorListOfDicts.__repr__
: New method, format as JSONListOfDicts.__rmul__
: New method to support the*
operatorListOfDicts.__setitem__
: New method, coerce toAttributeDict
ListOfDicts.__str__
: New method, format as JSONListOfDicts.aggregate
: Speed upListOfDicts.anti_join
: New methodListOfDicts.append
: New methodListOfDicts.clear
: New methodListOfDicts.extend
: New methodListOfDicts.full_join
: New methodListOfDicts.head
: New methodListOfDicts.inner_join
: New methodListOfDicts.insert
: New methodListOfDicts.join
: Removed in favor of specific join typesListOfDicts.left_join
: New methodListOfDicts.pluck
: Add argument "default" to handle missing keysListOfDicts.print_
: New methodListOfDicts.read_csv
: Add explicit argumentsListOfDicts.read_json
: Relay arguments tojson.loads
ListOfDicts.read_pickle
: New methodListOfDicts.reverse
: New methodListOfDicts.sample
: New methodListOfDicts.semi_join
: New methodListOfDicts.sort
: Change arguments to support sort direction betterListOfDicts.tail
: New methodListOfDicts.to_data_frame
: New methodListOfDicts.to_pandas
: New methodListOfDicts.unique
: Return unique by all keys if none givenListOfDicts.write_csv
: Add explicit argumentsListOfDicts.write_pickle
: New method