The gang and I have been working on a Tuna Topper amplifier for the rockmite radio. Today, we got what seemed like positive results. The reverse beacon network reported that we had 17dB snr into K2PO/7. Seems good, but was it better than before the amp? That's where it seemed like it would be a good idea to use Datasette to review vs earlier results from the rockmite deployed at the house. That's where we started to run into issues. I'll talk more about the amplifier in another post. Here's what we learned (we is the 12, 10, and 8 year old gang and I), when we tried to convert our comma-separated-variable data to sqlite using csvs-to-sqlite.
The short version pandas 2.0 is not the same as previous versions!
We encountered all the problems reported in this issue for the package. We got to learn a lot, so I guess it's kinda good we didn't see the issue earlier. In short, as I wrote on the issue, you can get around the whole thing for now using:
pip install pandas==1.5.0
that removes the version 2.0 or larger install of pandas that gets the rest of the code into trouble. After that, everything worked great... In Linux on a githubs codespace. We never did get the package to work on Windows. Anyways.
More details coming soon on the Tuna Topper amplifier with the Rockmite.
Comments
Post a Comment
Please leave your comments on this topic: