Sergei Pikhovkin
Sergei Pikhovkin
Need python2.7 support
How to get equivalent of pandas.DataFrame.pivot_table like [here](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.pivot_table.html#pandas.DataFrame.pivot_table)? `table = pivot_table(df, values='D', index=['A', 'B'], columns=['C'], aggfunc=[np.sum])` Input: ``` >>> df A B C D 0 foo one small 1 1...
This package still supported? This package has changed the method parameters? Examples from articles http://okfnlabs.org/blog/2014/09/01/bubbles-python-etl.html are not working.
Multiaggregate functions in DataFrame.pivot_table like in http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.pivot_table.html for different columns `>>> table = pivot_table(df, values=['D', 'E'], index=['A', 'C'], aggfunc={'D': np.mean, 'E': [min, max, np.mean]})`
Is there a plan for the release of DataFrame.pivot_table?
Add the ability to install the package in [no-deps] mode. For example for some requirements file: ``` dash-html-components[no-deps] dash-core-components[no-deps] ``` This feature is needed to use this package with another...
## Expected Behavior Successful save ## Actual Behavior ``` Traceback (most recent call last): File ".../python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) File ".../python3.10/site-packages/django/core/handlers/base.py", line 197, in _get_response response...
``` Traceback (most recent call last): File "/.../.pyenv/versions/3.10.6/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/.../.pyenv/versions/3.10.6/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/.../venv/lib/python3.10/site-packages/django/utils/autoreload.py", line 64, in wrapper fn(*args, **kwargs) File...