supervisely 6.73.202__py3-none-any.whl → 6.73.203__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of supervisely might be problematic. Click here for more details.
- supervisely/app/widgets/fast_table/fast_table.py +3 -3
- {supervisely-6.73.202.dist-info → supervisely-6.73.203.dist-info}/METADATA +1 -1
- {supervisely-6.73.202.dist-info → supervisely-6.73.203.dist-info}/RECORD +7 -7
- {supervisely-6.73.202.dist-info → supervisely-6.73.203.dist-info}/LICENSE +0 -0
- {supervisely-6.73.202.dist-info → supervisely-6.73.203.dist-info}/WHEEL +0 -0
- {supervisely-6.73.202.dist-info → supervisely-6.73.203.dist-info}/entry_points.txt +0 -0
- {supervisely-6.73.202.dist-info → supervisely-6.73.203.dist-info}/top_level.txt +0 -0
|
@@ -339,7 +339,7 @@ class FastTable(Widget):
|
|
|
339
339
|
if active_page is True:
|
|
340
340
|
temp_parsed_data = [d["items"] for d in self._parsed_active_data["data"]]
|
|
341
341
|
else:
|
|
342
|
-
temp_parsed_data = self._parsed_source_data
|
|
342
|
+
temp_parsed_data = [d["items"] for d in self._parsed_source_data["data"]]
|
|
343
343
|
widget_data = {}
|
|
344
344
|
widget_data["data"] = temp_parsed_data
|
|
345
345
|
widget_data["columns"] = DataJson()[self.widget_id]["columns"]
|
|
@@ -362,7 +362,7 @@ class FastTable(Widget):
|
|
|
362
362
|
if active_page is True:
|
|
363
363
|
temp_parsed_data = [d["items"] for d in self._parsed_active_data["data"]]
|
|
364
364
|
else:
|
|
365
|
-
temp_parsed_data = self._parsed_source_data
|
|
365
|
+
temp_parsed_data = [d["items"] for d in self._parsed_source_data["data"]]
|
|
366
366
|
packed_data = pd.DataFrame(data=temp_parsed_data, columns=self._columns_first_idx)
|
|
367
367
|
return packed_data
|
|
368
368
|
|
|
@@ -792,7 +792,7 @@ class FastTable(Widget):
|
|
|
792
792
|
failed_column_idxs = []
|
|
793
793
|
failed_column_idx = 0
|
|
794
794
|
for column, value in zip(self._source_data.columns, row):
|
|
795
|
-
col_type = type(self._source_data[column][0])
|
|
795
|
+
col_type = type(self._source_data[column].values[0])
|
|
796
796
|
if col_type == str and not isinstance(value, str):
|
|
797
797
|
failed_column_idxs.append(
|
|
798
798
|
{
|
|
@@ -247,7 +247,7 @@ supervisely/app/widgets/empty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
247
247
|
supervisely/app/widgets/empty/empty.py,sha256=fCr8I7CQ2XLo59bl2txjDrblOGiu0TzUcM-Pq6s7gKY,1285
|
|
248
248
|
supervisely/app/widgets/empty/template.html,sha256=aDBKkin5aLuqByzNN517-rTYCGIg5SPKgnysYMPYjv8,40
|
|
249
249
|
supervisely/app/widgets/fast_table/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
250
|
-
supervisely/app/widgets/fast_table/fast_table.py,sha256
|
|
250
|
+
supervisely/app/widgets/fast_table/fast_table.py,sha256=Sc0tpUEMkfRlwnhPVO91-QqiY18wnzmsUwr6gb0N6YU,33269
|
|
251
251
|
supervisely/app/widgets/fast_table/script.js,sha256=U3lmOucE_IJBuW0n6he1y3um6Ge3vFyhC6gKdmfKxOo,8782
|
|
252
252
|
supervisely/app/widgets/fast_table/style.css,sha256=nr3wUB_n9sjQy_A8D85OIxhC6qX9LcEFaCNljzP6DGQ,15409
|
|
253
253
|
supervisely/app/widgets/fast_table/template.html,sha256=P4mkLysZywc5F_jWuRMzYi89juudGm-6Dh7mo5SsDLo,1060
|
|
@@ -953,9 +953,9 @@ supervisely/worker_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
953
953
|
supervisely/worker_proto/worker_api_pb2.py,sha256=VQfi5JRBHs2pFCK1snec3JECgGnua3Xjqw_-b3aFxuM,59142
|
|
954
954
|
supervisely/worker_proto/worker_api_pb2_grpc.py,sha256=3BwQXOaP9qpdi0Dt9EKG--Lm8KGN0C5AgmUfRv77_Jk,28940
|
|
955
955
|
supervisely_lib/__init__.py,sha256=7-3QnN8Zf0wj8NCr2oJmqoQWMKKPKTECvjH9pd2S5vY,159
|
|
956
|
-
supervisely-6.73.
|
|
957
|
-
supervisely-6.73.
|
|
958
|
-
supervisely-6.73.
|
|
959
|
-
supervisely-6.73.
|
|
960
|
-
supervisely-6.73.
|
|
961
|
-
supervisely-6.73.
|
|
956
|
+
supervisely-6.73.203.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
957
|
+
supervisely-6.73.203.dist-info/METADATA,sha256=lOggtsA5D8nqp79vKNIXej9VBsZ3dev-ofMyXv33JNg,33077
|
|
958
|
+
supervisely-6.73.203.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
959
|
+
supervisely-6.73.203.dist-info/entry_points.txt,sha256=U96-5Hxrp2ApRjnCoUiUhWMqijqh8zLR03sEhWtAcms,102
|
|
960
|
+
supervisely-6.73.203.dist-info/top_level.txt,sha256=kcFVwb7SXtfqZifrZaSE3owHExX4gcNYe7Q2uoby084,28
|
|
961
|
+
supervisely-6.73.203.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|