-
1. Re: Publish a hyper file from python with accessible tables.
William Hall Oct 17, 2018 4:04 AM (in response to William Hall)1 of 1 people found this helpfulThink I got it, the tables have to be called "Extract", other table names cause the above issue. Not sure if i missed this in the docs or if it wasnt mentioned. Discovered this as a limitation mentioned in someone elses df to hyper library.
-
2. Re: Publish a hyper file from python with accessible tables.
Raj Cheruvu Aug 11, 2019 4:19 AM (in response to William Hall)Were you able to use Python to create a hyper file? I'm trying to do that now. How were you able to do it?
-
3. Re: Publish a hyper file from python with accessible tables.
Mark Stoute Aug 15, 2019 8:27 AM (in response to Raj Cheruvu)Check out pandleau on github:
-
4. Re: Publish a hyper file from python with accessible tables.
William Ayd Oct 30, 2019 11:09 AM (in response to William Hall)I realize this is marked as resolved and am coming back a year later, but note that with the new Hyper API you should have a lot more flexibility to define target table name(s) and even schemas. If you wanted to do this all from Python the pantab package gives you full control over the name / schema structure of where you place your tables. Compared to pandleau it will be faster and also offers read/write access to data within Hyper extracts: