Hello,
I'm exploring if making a Pandas binding is an achievable task. So far I just need a limited subset of features: CSV(write), HDF5(read/write) and DataFrame(creation, indexing and HDF5/CSV export).
There was a limitation mentioned that the package does not ship with its own stubs or type annotations. Could you please explain it a little more?
Hello,
I'm exploring if making a Pandas binding is an achievable task. So far I just need a limited subset of features: CSV(write), HDF5(read/write) and DataFrame(creation, indexing and HDF5/CSV export).
There was a limitation mentioned that
the package does not ship with its own stubs or type annotations. Could you please explain it a little more?