Skip to content

Commit 3a3a740

Browse files
Checkpoint: finished client-side validations for models and datasets
1 parent 84d4bd3 commit 3a3a740

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unboxapi/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ def add_dataset(
745745
headers = next(reader)
746746
row_count = sum(1 for _ in reader)
747747

748-
# ----------------- Resource-schema consistency validations ---------------- #
749748
df = pd.read_csv(file_path, sep=sep)
750749

751750
if df.isnull().values.any():

0 commit comments

Comments
 (0)