We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be6284 commit 9e2a2f0Copy full SHA for 9e2a2f0
1 file changed
plotly/figure_factory/_gantt.py
@@ -39,8 +39,6 @@ def validate_gantt(df):
39
"following keys: {0}".format(", ".join(REQUIRED_GANTT_KEYS))
40
)
41
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
44
columns = {key: df[key].values for key in df}
45
num_of_rows = len(df.index)
46
chart = []
0 commit comments