qutePandas 1.1.3__tar.gz → 1.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. {qutepandas-1.1.3/qutePandas.egg-info → qutepandas-1.1.4}/PKG-INFO +2 -3
  2. {qutepandas-1.1.3 → qutepandas-1.1.4}/README.md +1 -2
  3. {qutepandas-1.1.3 → qutepandas-1.1.4}/pyproject.toml +1 -1
  4. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/__init__.py +1 -1
  5. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/apply/apply.py +1 -7
  6. {qutepandas-1.1.3 → qutepandas-1.1.4/qutePandas.egg-info}/PKG-INFO +2 -3
  7. {qutepandas-1.1.3 → qutepandas-1.1.4}/setup.py +1 -1
  8. {qutepandas-1.1.3 → qutepandas-1.1.4}/MANIFEST.in +0 -0
  9. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/apply/__init__.py +0 -0
  10. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/apply/apply_col.py +0 -0
  11. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/cleaning/__init__.py +0 -0
  12. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/cleaning/dropna.py +0 -0
  13. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/cleaning/dropna_col.py +0 -0
  14. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/cleaning/fillna.py +0 -0
  15. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/cleaning/remove_duplicates.py +0 -0
  16. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/core/__init__.py +0 -0
  17. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/core/connection.py +0 -0
  18. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/core/dataframe.py +0 -0
  19. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/core/display.py +0 -0
  20. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/grouping/__init__.py +0 -0
  21. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/grouping/groupby_avg.py +0 -0
  22. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/grouping/groupby_sum.py +0 -0
  23. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/indexing/__init__.py +0 -0
  24. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/indexing/iloc.py +0 -0
  25. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/indexing/loc.py +0 -0
  26. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/introspection/__init__.py +0 -0
  27. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/introspection/dtypes.py +0 -0
  28. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/io/__init__.py +0 -0
  29. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/io/from_csv.py +0 -0
  30. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/io/to_csv.py +0 -0
  31. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/joining/__init__.py +0 -0
  32. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/joining/merge.py +0 -0
  33. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/transformation/__init__.py +0 -0
  34. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/transformation/cast.py +0 -0
  35. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/transformation/drop_col.py +0 -0
  36. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/transformation/rename.py +0 -0
  37. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas/utils.py +0 -0
  38. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas.egg-info/SOURCES.txt +0 -0
  39. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas.egg-info/dependency_links.txt +0 -0
  40. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas.egg-info/requires.txt +0 -0
  41. {qutepandas-1.1.3 → qutepandas-1.1.4}/qutePandas.egg-info/top_level.txt +0 -0
  42. {qutepandas-1.1.3 → qutepandas-1.1.4}/requirements.txt +0 -0
  43. {qutepandas-1.1.3 → qutepandas-1.1.4}/setup.cfg +0 -0
  44. {qutepandas-1.1.3 → qutepandas-1.1.4}/tests/test_pykx_setup.py +0 -0
  45. {qutepandas-1.1.3 → qutepandas-1.1.4}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qutePandas
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: A pandas-like library for kdb+/q using pykx
5
5
  Home-page: https://ishapatro.github.io/qutePandas/
6
6
  Author: Isha Patro
@@ -73,10 +73,9 @@ The source code for this project is available on GitHub at:
73
73
 
74
74
  ## Contributing
75
75
 
76
- Contributions are welcome! Please read our [contributing guidelines](CONTRIBUTING.md) for more information.
76
+ Contributions are welcome! Please read our [CONTRIBUTING.md](https://github.com/IshaPatro/qutePandas/blob/main/CONTRIBUTING.md) for more information.
77
77
 
78
78
  ## License
79
-
80
79
  MIT License
81
80
 
82
81
  ## Author
@@ -43,10 +43,9 @@ The source code for this project is available on GitHub at:
43
43
 
44
44
  ## Contributing
45
45
 
46
- Contributions are welcome! Please read our [contributing guidelines](CONTRIBUTING.md) for more information.
46
+ Contributions are welcome! Please read our [CONTRIBUTING.md](https://github.com/IshaPatro/qutePandas/blob/main/CONTRIBUTING.md) for more information.
47
47
 
48
48
  ## License
49
-
50
49
  MIT License
51
50
 
52
51
  ## Author
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "qutePandas"
7
- version = "1.1.3"
7
+ version = "1.1.4"
8
8
  authors = [
9
9
  { name="Isha Patro", email="ishapatro21@gmail.com" },
10
10
  ]
@@ -89,4 +89,4 @@ from .introspection.dtypes import dtypes
89
89
 
90
90
  from .indexing import loc, iloc
91
91
 
92
- __version__ = "1.1.3"
92
+ __version__ = "1.1.4"
@@ -2,10 +2,6 @@ import pykx as kx
2
2
  import pandas as pd
3
3
  from ..utils import _ensure_q_table, _handle_return
4
4
 
5
- _VECTORIZED_AXIS1 = {
6
- 'sum': '{sum (0^) each value flip x}',
7
- }
8
-
9
5
 
10
6
  def apply(df, func, axis=0, return_type='q'):
11
7
  """
@@ -43,9 +39,7 @@ def apply(df, func, axis=0, return_type='q'):
43
39
  return pd.Series(ret) if return_type == 'p' else ret
44
40
 
45
41
  if isinstance(func, str):
46
- if axis == 1 and func in _VECTORIZED_AXIS1:
47
- result = kx.q(_VECTORIZED_AXIS1[func], q_table)
48
- elif axis == 1:
42
+ if axis == 1:
49
43
  result = kx.q(f"{{({func}) each x}}", q_table)
50
44
  else:
51
45
  result = kx.q(f"{{({func}) each flip x}}", q_table)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qutePandas
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: A pandas-like library for kdb+/q using pykx
5
5
  Home-page: https://ishapatro.github.io/qutePandas/
6
6
  Author: Isha Patro
@@ -73,10 +73,9 @@ The source code for this project is available on GitHub at:
73
73
 
74
74
  ## Contributing
75
75
 
76
- Contributions are welcome! Please read our [contributing guidelines](CONTRIBUTING.md) for more information.
76
+ Contributions are welcome! Please read our [CONTRIBUTING.md](https://github.com/IshaPatro/qutePandas/blob/main/CONTRIBUTING.md) for more information.
77
77
 
78
78
  ## License
79
-
80
79
  MIT License
81
80
 
82
81
  ## Author
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="qutePandas",
5
- version="1.1.3",
5
+ version="1.1.4",
6
6
  packages=find_packages(),
7
7
  package_data={
8
8
  'qutePandas': ['*.q'],
File without changes
File without changes
File without changes