issues Search Results · repo:PyTables/datasette-pytables language:Python
Filter by
5 results
(68 ms)5 results
inPyTables/datasette-pytables (press backspace or delete to remove)It seems that installing the connector via pip is not enough for registering the connector:
$ datasette serve table3.h5
Serve! files=( table3.h5 ,) on port 8001
Traceback (most recent call last):
File ...
FrancescAlted
- 1
- Opened on Jun 1, 2018
- #8
Allow a clickable link when browsing tables with nested fields or multi-dimensional arrays (or similar).
FrancescAlted
- Opened on Jun 1, 2018
- #7
PyTables does not allow to sortby on non-CSI columns, and an exception is raised in this case.
This could be accomplished with a color code in the names of the columns or similar?
FrancescAlted
- Opened on Jun 1, 2018
- #6
Sometimes, queries only have one column in the select statement. In these cases, a selection of methods like
Table.read_where and Table.read_sorted should be used in order to get more efficient queries. ...
jsancho-gpl
- Opened on Jun 1, 2018
- #5
When executing a query with both where and order by, the results aren t ordered. This is due because method Table.where
is used, and that method doesn t allow sort arguments.
To fix it, method Table.get_where_list ...
jsancho-gpl
- Opened on Jun 1, 2018
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.