You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are Arquero's contribution guidelines? I would love to contribute back after enjoying using Arquero so much.
For instance, I'm using Arquero's pivot feature to help generate data and grouped column definitions for a grid component.
Arquero's following feature is causing me problems however:
If only one values column is defined, the new pivoted columns are named using key values directly. Otherwise, input value column names are included as a component of the output column names.
As a workaround, I've locally added a verb that wraps pivot and adds (then removes) a synthetic value column when required, but this feels less than elegant.
I'd love to be able to disable this feature and retain fully-qualified column names.
Would a patch that adds a pivot option flag be welcome?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What are Arquero's contribution guidelines? I would love to contribute back after enjoying using Arquero so much.
For instance, I'm using Arquero's pivot feature to help generate data and grouped column definitions for a grid component.
Arquero's following feature is causing me problems however:
As a workaround, I've locally added a verb that wraps pivot and adds (then removes) a synthetic value column when required, but this feels less than elegant.
I'd love to be able to disable this feature and retain fully-qualified column names.
Would a patch that adds a pivot option flag be welcome?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions