earle

Results 14 comments of earle

> I'm having a similar issue: > > ``` > ... > E: The repository 'https://deb.tableplus.com/debian/20 tableplus Release' no longer has a Release file. > N: Updating from such a...

Thanks so much, @huyphams!!! Much appreciated!

Thank you very much @jackjansen!!! Your comment helped me solve my issue with the build of my Dockerfile. Looks like there are newer .debs available: ``` libk4a1.3_1.3.0_amd64.deb > libk4a1.4_1.4.1_amd64.deb libk4a1.3-dev_1.3.0_amd64.deb...

**_A huge thank you to ClickHouse team and all the contributors for the amazing work on ClickHouse! I sincerely appreciate it._** Just curious. The [Roadmap 2023](https://github.com/ClickHouse/ClickHouse/issues/44767) mentioned a "Recursive CTE"...

Thanks so much, @alexey-milovidov! I sincerely appreciate the detailed response. It is very helpful. I am very grateful to you and the team for ClickHouse!

Hi. **First of all, thanks so much for the excellent project! Huge fan of PRQL! Greatly appreciate all the work and effort that goes into the project.** Recently, I noticed...

**Thanks so much, @snth!** I will check out the Ducker! Looks like an interesting project. Also, looking forward to the `prql-query` update! Thanks for the prompt response and all your...

Please note that using pyarrow’s native CSV parser with the `use_pyarrow=True` parameter seems to provide comparable results to DuckDB and pandas. ```python pl_df = pl.read_csv('72565003017.csv', use_pyarrow=True) pl_df.head(1) ``` The Polars'...

Hi. Created a Google Colab notebook for ease of reproducibility. [https://colab.research.google.com/drive/1FzswAUV45H0IXf8Kdmj-hfG2BEBhSg55](https://colab.research.google.com/drive/1FzswAUV45H0IXf8Kdmj-hfG2BEBhSg55) Thanks in advance for any guidance or assistance! I appreciate it.

**Thank you very, very much @ritchie46 and @csko for the fix! I sincerely appreciate the work on the issue!** 😄