We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c58ae commit 6502c5bCopy full SHA for 6502c5b
README.md
@@ -1,6 +1,10 @@
1
# easyquery
2
Create easy-to-use Query objects that can apply on NumPy structured arrays, astropy Table, and Pandas DataFrame
3
4
+To install, run
5
+
6
+ pip install easyquery
7
8
9
A Query object has three major methods: filter, count, and mask.
10
All of them operate on NumPy structured array and astropy Table:
0 commit comments