Remove session
and url
from the underlying hash table in Resource
.
#102
Milestone
session
and url
from the underlying hash table in Resource
.
#102
During
Resource
initialization, thesession
andurl
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
andurl
so that they exist as internal properties instead of on the underlying table.The text was updated successfully, but these errors were encountered: