mindsdb/mindsdb_python_sdk

Pandas accessor CI

George3d6 opened this issue · 0 comments

  • Run tests for pandas for pandas accessor (maybe just run these together with the sdk tests, as is being done now)
  • Deploy pandas accessor to pypi, this will just be the python sdk but with a different setup.py and about.py file, since the pandas accessor is tightly related and small enough that it's not worth making it a separate project for now.

Note: Maybe have two sub-project in this repo ? One being the skd the other one the pandas accessor ? But that might be more annoying than this for now, so I think the above solution is best.