We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
34 v2 Backlog 35 (much of this is test / synopsis examples / new mezzanine methods) 36 - Set style ops 37 -- expose series eg. df.A, etc 38 -- see notes 39 - Combine 40 -- .splice ok 41 - Apply? 42 -- .map ok 43 - Duplicate labels? 44 -- don't support, need to detect and error 45 - Index alignment? 46 -- just an outer concat with fillna 47 - String ops? 48 -- .map ok (regex example) 49 - Merge & Join? 50 -- .concat ok 51 - Column sort 52 -- splice ok 53 - Exceptions 54 - Stats 55 - Histogramming 56 - SQL style ops 57 -- Group by 58 - Reshaping (stacking) 59 - Pivot tables 60 - Time Series 61 - Categoricals (Enums) 62 - Plotting
Triage Pandas Operations for other Base candidates df2.A df2.clone - DONE
The text was updated successfully, but these errors were encountered:
also - decide "immutability" strategy - viz. Math::Matrix
Sorry, something went wrong.
also - decide custom dyadic operator strategy <[+-*/]>
see librasteve/raku-Dan-Pandas#1
df2.cmp?
No branches or pull requests
34 v2 Backlog
35 (much of this is test / synopsis examples / new mezzanine methods)
36 - Set style ops
37 -- expose series eg. df.A, etc
38 -- see notes
39 - Combine
40 -- .splice ok
41 - Apply?
42 -- .map ok
43 - Duplicate labels?
44 -- don't support, need to detect and error
45 - Index alignment?
46 -- just an outer concat with fillna
47 - String ops?
48 -- .map ok (regex example)
49 - Merge & Join?
50 -- .concat ok
51 - Column sort
52 -- splice ok
53 - Exceptions
54 - Stats
55 - Histogramming
56 - SQL style ops
57 -- Group by
58 - Reshaping (stacking)
59 - Pivot tables
60 - Time Series
61 - Categoricals (Enums)
62 - Plotting
Triage Pandas Operations for other Base candidates
df2.A
df2.clone - DONE
The text was updated successfully, but these errors were encountered: