Skip to content

Commit

Permalink
Merge f737047 into 9713ff7
Browse files Browse the repository at this point in the history
  • Loading branch information
elenatorro committed Jun 17, 2019
2 parents 9713ff7 + f737047 commit 021b1d6
Show file tree
Hide file tree
Showing 157 changed files with 45,466 additions and 25,830 deletions.
2 changes: 1 addition & 1 deletion cartoframes/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def upload(self, with_lnglat=None, if_exists=FAIL, table_name=None, schema=None,
'We need data in a DataFrame or GeoDataFrame or a query to upload data to CARTO.')

already_exists_error = CartoException('Table with name {t} and schema {s} already exists in CARTO.'
'Please choose a different `table_name` or use'
'Please choose a different `table_name` or use '
'if_exists="replace" to overwrite it'.format(
t=self._table_name, s=self._schema))

Expand Down
Loading

0 comments on commit 021b1d6

Please sign in to comment.