We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a7535 + 3e5ea3d commit 2f34309Copy full SHA for 2f34309
intake_google_analytics/source.py
@@ -73,7 +73,7 @@ def _get_schema(self):
73
)
74
75
return Schema(datashape=None,
76
- dtype=self._df.dtypes,
+ dtype={k: str(v) for k,v in self._df.dtypes.items()},
77
shape=(None, len(self._df.columns)),
78
npartitions=1,
79
extra_metadata={})
0 commit comments