issues
search
machow
/
siuba
Python library for using dplyr like syntax with pandas and SQL
https://siuba.org
MIT License
1.16k
stars
49
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Group_by gives a deprecated warning
#482
Jovaz0r
opened
4 months ago
0
Potential performance issue: .to_json memory leak in pandas below 1.4 version
#481
TendouArisu
opened
8 months ago
0
Does siuba support asof join ?
#480
qiuwei
opened
10 months ago
0
group_by + mutate + call
#479
wangzhichao1990
closed
10 months ago
0
How to prevent downgrade Pandas from 2.1.2 to 2.1.0 when install siuba?
#478
italanchan
opened
1 year ago
0
ci: do not upload to airtable
#477
machow
closed
1 year ago
0
Misc fixes
#476
machow
closed
1 year ago
0
Support for Oracle SQL
#475
Tazinho
opened
1 year ago
0
strange behaviour when using filter + if_else
#474
danielspringt
opened
1 year ago
1
AttributeError: module 'sqlalchemy.sql.base' has no attribute 'ImmutableColumnCollection'
#473
christophscheuch
opened
1 year ago
1
fix(sql): sqlalchemy 2.0 compat imports
#472
machow
closed
1 year ago
1
Docs fix imports
#471
machow
opened
1 year ago
0
More complex use of filter
#470
HakonSkogsrud
closed
1 year ago
2
Compatibility with SQL Server
#469
uriahf
opened
1 year ago
0
Implement drop_na
#468
essicolo
opened
1 year ago
0
group_by >> summarize on an empty df
#467
nathanjmcdougall
opened
1 year ago
3
draft: first pass at overloading verb_dispatch
#466
machow
closed
1 year ago
2
verbs without positional arguments raise pylint(no-value-for-parameter)
#465
nathanjmcdougall
opened
1 year ago
6
The name `filter` shadows a builtin
#464
nathanjmcdougall
closed
1 year ago
3
What’s the preferred syntax for excluding columns when using `select`?
#463
briandk
opened
1 year ago
1
Investigate geopandas support
#462
machow
opened
1 year ago
0
Support for Modin and PyMars
#461
RAbraham
opened
1 year ago
3
Better way to make a summarize result a list column
#460
machow
opened
2 years ago
0
fix: summarize raising error when a grouping col is all NA (or mostly NA)
#459
machow
closed
2 years ago
0
Grouped summarize fails when a grouping col has NAs and < 2 other levels
#458
machow
closed
2 years ago
1
pandas grouped summarize fails if group_keys is set to false
#457
machow
closed
2 years ago
1
ci: remove doc publishing
#456
machow
closed
2 years ago
0
fix: across handles sql grouped; handles pandas mutate with aggs
#455
machow
closed
2 years ago
0
Pandas FutureWarning on certain groupby/mutate operations
#454
edasmalchi
opened
2 years ago
4
ci: unpin snowflake sqlalchemy version
#453
machow
closed
2 years ago
0
Feat across
#452
machow
closed
2 years ago
0
fix(pandas): gather default selection is all columns
#451
machow
closed
2 years ago
0
fix(data): correctly return sql cars data
#450
machow
closed
2 years ago
0
feat(sql): add LazyTbl.last_select to simplify queries
#449
machow
closed
2 years ago
0
Bug: gather does not select anything if `*args` is unspecified
#448
sotte
closed
2 years ago
2
Add type annotations to siuba verbs and improve type compliance
#447
sotte
opened
2 years ago
2
feat(tbl): add tbl function for pandas and sqla
#446
machow
closed
2 years ago
0
fix(pandas): ensure verbs accept DataFrameGroupBy
#445
machow
closed
2 years ago
0
feat(experimental): fix tab completions
#444
machow
closed
2 years ago
1
anti_join should support a DataFrameGroupBy
#443
machow
closed
2 years ago
1
tests(sql): duckdb_engine exception now matches others
#442
machow
closed
2 years ago
1
tests(sql): update failing test, due to duckdb change
#441
machow
closed
2 years ago
0
Feat pivots
#440
machow
closed
2 years ago
2
docs: complete docstrings for all verbs
#439
machow
closed
2 years ago
0
Add metavariable(s) for purrr-like formulas
#438
machow
closed
2 years ago
1
fix: lubridate mapping for floor_date
#437
machow
opened
2 years ago
0
set operations fail with filter
#436
DSLituiev
opened
2 years ago
4
forcats functions: fct_inseq, fct_infreq
#435
machow
closed
2 years ago
0
Add new datasets
#434
machow
closed
2 years ago
0
Fix typos
#433
kianmeng
closed
2 years ago
2
Next