KxSystems / pykx

PyKX is a Python first interface to the worlds fastest time-series database kdb+ and it's underlying vector programming language q.
https://code.kx.com/pykx
Other
45 stars 10 forks source link

Addition of skew, add_prefix, add_suffix, count, std functions #14

Closed nipsn closed 5 months ago

nipsn commented 7 months ago

name: Addition of skew, add_prefix, add_suffix, count, std functions about: Missing pandas API functionality title: 'Addition of skew, add_prefix, add_suffix, count, std functions' labels: '' assignees: '@nipsn @marcosvm13 @neutropolis @MiguelGomezC'


Is your feature request related to a problem? Please describe. No

Describe the solution you'd like An implementation of said functions.

Describe alternatives you've considered

Additional resource Links to pandas documentation of said functions:

nipsn commented 5 months ago

Merged in /pull/16 . Contains the implementation of the functions listed above.