Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation #109

Open
13 of 16 tasks
randyzwitch opened this issue Nov 8, 2018 · 1 comment
Open
13 of 16 tasks

Improve documentation #109

randyzwitch opened this issue Nov 8, 2018 · 1 comment

Comments

@randyzwitch
Copy link
Contributor

randyzwitch commented Nov 8, 2018

Could do more around a full tutorial, document known limitations, etc.

  • clean up copyright notice
  • remove remaining MapD references from docstrings
  • Tagging a new version for PyPI and conda (so future @randyzwitch remembers)
  • Setting up dev environment
  • Python 3 only starting with version 0.8
  • Default ports changed in OmniSci 4.5
  • Statement that by default, auto-creating tables uses TEXT ENCODED DICT(32) for text columns
  • Fix autodoc docstrings on API page
  • Shared memory/IPC methods
  • How to connect to cloud / difference between binary and http(s) protocols
  • System word size not checked, can overflow when selecting BIGINT column on 32-bit system
  • Note decimal limitation when using con.execute, that the result is returned as float
  • Highlight timestamps should be uploaded in UTC (will fail columnar if not)
  • full tutorial
  • Working with geospatial data (Support new Geo types import from WKT #115)
  • When to use/not to use various load_table methods (load_table (rowwise) can be incorrect in presence of scientific notation #208)
@randyzwitch
Copy link
Contributor Author

As people run into different issues, we can add them to the list above to keep track.

@randyzwitch randyzwitch changed the title Clean up/Improve documentation Improve documentation Apr 12, 2019
randyzwitch added a commit that referenced this issue Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant