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
- #37
- Add Table class with can init from various ways, and `query`, `to_pandas` functions. For detail see: #34
- Add test code for the `Table` class
- Add Arrow, ArrowSteam type output tests in the basic test.
- Update README for 3 kinds of usage
For more examples, see [examples](examples) and [tests](tests).
109
+
110
+
<br>
66
111
67
112
## Demos and Examples
68
113
@@ -79,8 +124,9 @@ chdb.query('select * from file("data.parquet", Parquet)', 'Dataframe')
79
124
## Contributing
80
125
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
81
126
There are something you can help:
82
-
-[ ] Help me with Windows support, I don't know much about Windows toolchain.
83
-
-[x] The Python Wrapper just have a `query` function. I want to add more functions to make it more convenient to use. like `toPandas`, `toNumpy` and so on.
127
+
-[ ] Help test and report bugs
128
+
-[ ] Help improve documentation
129
+
-[ ] Help improve code quality and performance
84
130
85
131
## License
86
132
AGPL-v3.0 or Commercial License, see [LICENSE](LICENSE.txt) for more information.
0 commit comments