-
This renders nflgame useless at the moment. I will be looking into how we can make historic data usable in the worst case scenarios like this.
-
In trying to work through your example with one of my own parquet files,
using Parquet
PQ = ParFile("MyFile.parquet")
schema(JuliaConverter(Main), PQ, :T_TREND)
rc = RecCursor(PQ, 1:5, colnames…
-
I created a parquet file with two columns - nullable int and non nullable int.
when I try to view it in ParquetViewer, it crashes when I select the non nullable int.
loading the same file with:
h…
-
Hello,
Installing plugin "Printer Statistics" from https://github.com/AlexVerrico/octoprint-stats/archive/master.zip...
/home/pi/OctoPrint/venv/bin/python3 -m pip --disable-pip-version-check insta…
-
Hi Ben,
The plugin throw and error when I try to view the parquet file with an array field. You can download the parquet file if you need to reproduce the case.
File: https://www.transfernow.ne…
-
How can I saves a series of strings, where some values are nil?
I can't see how to do it in docs.
pjebs updated
4 years ago
-
Dear I am using pycharm 2019.3.3
once my project loaded from pycarm if I double click on *.parquet or *.parquet.snappy the binary file is open from an external text tool (gedit)
How to display p…
-
Hi, it is us again.
So, we are on to the next data type, and this time it is timestamps. Yeah, I know these will be a pain, the type is already in the same test files as the boolean test.
I'm so…
-
release date: Q3 2020 (end-july, early august)
Expected:
- [x] Spyder-4.1.4 with official support of Jedi-0.17.1+
- [x] Qt-5.15
- [x] a more reliable Jupyter Notebook experience in Python-VSCo…
-
JupyterLab will soon have the ability to render very large tables (millions of rows in memory, trillions for virtual datasets). We are starting to look at building native feature support into JupyterL…