Skip to content
Snippets Groups Projects
Commit 4acf0ea4 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

Update Readme.md

parent f62b0e64
No related branches found
No related tags found
No related merge requests found
Features
--------
* dictionary of Series (dios)
* fast as pd.DataFrame
* every 'column' has its own index
* use very less memory then a disalignd pd.Dataframe
* `dios[var]` where `var` can be a list, slice, string
* `dios[ts,var]` where `ts` can be a slice (`ts:ts`) a single timestamp, or anything pd.Series will eat
* `+,-,*,/,//,%` and `==,!=,>,>=,<=,<` and `~,&,|,^` and `is, in` implemented
* run **any** method from pd.Series on dios with `dios.pipe(pd.Series.method)` or `dios.foreach()` (simple alias)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment