Skip to content

Commit

Permalink
rebased the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Seher Karakuzu authored and Seher Karakuzu committed Aug 9, 2024
1 parent 35e829f commit a605c92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tiled/adapters/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,9 @@ def read(
else:
ddf = dask.dataframe.concat(self._partitions, axis=0)
return ddf.compute()

df = pandas.concat(self._partitions, axis=0)
if fields is not None:
df = df[fields]

return df

def read_partition(
Expand Down

0 comments on commit a605c92

Please sign in to comment.