Skip to content

Commit

Permalink
Remove npartitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Tomlinson committed Nov 7, 2018
1 parent 31cab6c commit 792eae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intake_geopandas/geopandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _get_schema(self):
return Schema(datashape=None,
dtype=dtypes,
shape=(None, len(dtypes)),
npartitions=self._dataframe.npartitions,
npartitions=1,
extra_metadata={})

def _get_partition(self, i):
Expand Down

0 comments on commit 792eae5

Please sign in to comment.