William Ayd

Results 421 comments of William Ayd

Very strange...so you are running the Python file from your Documents folder and trying to read a hyper file that exists in your Documents folder too right?

If you completely remove pantab from the equation and just do open(the_file, 'rb') does Python throw the same error message? (Excuse formatting - typing from phone)

Gotcha. Can you try to execute the script with the Python debugger? python -m pdb should enter the debugger when the script fails and allow you to inspect the state...

Does downgrading to an older version of the hyper api work? The version you have looks to have just been released today with some C-API breaking changes. Will need a...

@SarahBeth026 are you sure the environment you are running pantab from is the same as the one with the tableauhyperapi you force reinstalled? Based off of what you’ve described I...

@Carole-R looks like there are merge issues and outstanding comments on that PR. Is that something you would like to take over?

I had a similar issue with OrderCoupons. The problem is that these subresources use `ListableApiSubResource` but the `iterall` method you probably want is on the `ListableApiResource` mix in You can...

@lithomas1 sorry about that. Let's see how this goes - thanks for the ongoing improvements

For `to_csv` and `to_json` is the idea here that the styler would be useful to just str-format particular columns? Or is there a larger vision you have in mind?

@pitrou @lidavidm if either of you have time to review would be appreciated as always. I think the CI failures are unrelated