Skip to content

Commit 9e2a2f0

Browse files
Apply suggestion from @misrasaurabh1
1 parent 6be6284 commit 9e2a2f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plotly/figure_factory/_gantt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def validate_gantt(df):
3939
"following keys: {0}".format(", ".join(REQUIRED_GANTT_KEYS))
4040
)
4141

42-
# Pre-fetch columns as DataFrames Series to minimize iloc lookups
43-
# This turns each key into a reference to the Series, for quick access
4442
columns = {key: df[key].values for key in df}
4543
num_of_rows = len(df.index)
4644
chart = []

0 commit comments

Comments
 (0)