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

Remove session and url from the underlying hash table in Resource. #102

Closed
tdstein opened this issue Mar 18, 2024 · 0 comments · Fixed by #103
Closed

Remove session and url from the underlying hash table in Resource. #102

tdstein opened this issue Mar 18, 2024 · 0 comments · Fixed by #103
Assignees
Milestone

Comments

@tdstein
Copy link
Collaborator

tdstein commented Mar 18, 2024

During Resource initialization, the session and url are stored as items within the underlying hash table. This results in unexpected behavior when a resource list into a pandas DataFrame.

Try to modify the usage of session and url so that they exist as internal properties instead of on the underlying table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants