qutePandas 1.1.1__py3-none-any.whl → 1.1.3__py3-none-any.whl
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.
- qutePandas/__init__.py +1 -1
- {qutepandas-1.1.1.dist-info → qutepandas-1.1.3.dist-info}/METADATA +14 -1
- {qutepandas-1.1.1.dist-info → qutepandas-1.1.3.dist-info}/RECORD +5 -5
- {qutepandas-1.1.1.dist-info → qutepandas-1.1.3.dist-info}/WHEEL +0 -0
- {qutepandas-1.1.1.dist-info → qutepandas-1.1.3.dist-info}/top_level.txt +0 -0
qutePandas/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qutePandas
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.3
|
|
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
|
|
@@ -66,6 +66,19 @@ print(res)
|
|
|
66
66
|
Full documentation, including API reference and performance benchmarks, is available at:
|
|
67
67
|
[https://ishapatro.github.io/qutePandas/](https://ishapatro.github.io/qutePandas/)
|
|
68
68
|
|
|
69
|
+
## GitHub
|
|
70
|
+
|
|
71
|
+
The source code for this project is available on GitHub at:
|
|
72
|
+
[https://github.com/ishapatro/qutePandas](https://github.com/ishapatro/qutePandas)
|
|
73
|
+
|
|
74
|
+
## Contributing
|
|
75
|
+
|
|
76
|
+
Contributions are welcome! Please read our [contributing guidelines](CONTRIBUTING.md) for more information.
|
|
77
|
+
|
|
78
|
+
## License
|
|
79
|
+
|
|
80
|
+
MIT License
|
|
81
|
+
|
|
69
82
|
## Author
|
|
70
83
|
|
|
71
84
|
Created by [Isha Patro](https://ishapatro.in)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
qutePandas/__init__.py,sha256=
|
|
1
|
+
qutePandas/__init__.py,sha256=Xe27VWB7oac3Zg93p4fUxkdXwmHDrkwrmwI57ODJ4nU,3143
|
|
2
2
|
qutePandas/utils.py,sha256=X0GODOBxuAFOtjjFb6IGlzjDhhrkwH_6ErIMypiFhUM,1026
|
|
3
3
|
qutePandas/apply/__init__.py,sha256=tdjeqTQI6jH530lTmpd9dkUPese6B22uI2P4ATKoGzc,92
|
|
4
4
|
qutePandas/apply/apply.py,sha256=5Fa4I7_zkILk0TMJioWoAFh9kgrb-jVI4PMBcjIkWmQ,2465
|
|
@@ -29,7 +29,7 @@ qutePandas/transformation/__init__.py,sha256=ECPmFXZq-uh5ajkgAVQbdc8flVzrcwkhEqw
|
|
|
29
29
|
qutePandas/transformation/cast.py,sha256=VD8D0gPs9GJX52bqu_LKt7BHU69Iv-scOq-E2Q_MGQU,2226
|
|
30
30
|
qutePandas/transformation/drop_col.py,sha256=4hdGjitDbYSfxj-4jo73NmTa2qKed-NjGj0jGBfiANY,1509
|
|
31
31
|
qutePandas/transformation/rename.py,sha256=MwWjbhaZCUdQgkObaMPIB8fUY240x_EdD41cwszCa4o,948
|
|
32
|
-
qutepandas-1.1.
|
|
33
|
-
qutepandas-1.1.
|
|
34
|
-
qutepandas-1.1.
|
|
35
|
-
qutepandas-1.1.
|
|
32
|
+
qutepandas-1.1.3.dist-info/METADATA,sha256=aqmklGbl2qX1oBpWq5oJTNzOz69TMXiPvV4jtCC1UHg,2846
|
|
33
|
+
qutepandas-1.1.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
34
|
+
qutepandas-1.1.3.dist-info/top_level.txt,sha256=O_6KkoxW8KjgZX5o7sYwYVb8XPtNBA7PRSTE08qda1k,11
|
|
35
|
+
qutepandas-1.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|