Skip to content

Commit

Permalink
Merge pull request #1336 from CartoDB/fix-isolines-index-col
Browse files Browse the repository at this point in the history
Fix index_col param in isolines
  • Loading branch information
Jesus89 committed Dec 11, 2019
2 parents 919f643 + 87cd64b commit 4e76bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartoframes/data/services/isolines.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _iso_areas(self,
index_as_cartodbid = CARTO_INDEX_KEY not in source_cdf.columns

to_carto(source_cdf, temporary_table_name, self._credentials, index=index_as_cartodbid,
index_col=CARTO_INDEX_KEY, log_enabled=False)
index_label=CARTO_INDEX_KEY, log_enabled=False)
source_query = 'SELECT * FROM {table}'.format(table=temporary_table_name)

if source_col is None:
Expand Down

0 comments on commit 4e76bf1

Please sign in to comment.