Python (Glitch) & 'plotly.express' library
|
10-14-2023, 05:38 PM
Post: #4
|
|||
|
|||
RE: Python (Glitch) & 'plotly.express' library
You'll want to use pandas to do the data manipulation, and then plotly to plot the results.
Say you have a data frame like Code: data = { To generate a "sales" column, Code: data["sales"] = data["price"] * data["quantity"] And then you can plot the results with plotly express. ChatGPT is fluent in pandas and very useful for learning how to do more sophisticated dataframe manipulations, or for remembering all the plotly incantations. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Python (Glitch) & 'plotly.express' library - FLISZT - 10-14-2023, 03:02 PM
RE: Python (Glitch) & 'plotly.express' library - rprosperi - 10-14-2023, 03:58 PM
RE: Python (Glitch) & 'plotly.express' library - FLISZT - 10-14-2023, 04:36 PM
RE: Python (Glitch) & 'plotly.express' library - drbarnack - 10-14-2023 05:38 PM
RE: Python (Glitch) & 'plotly.express' library - FLISZT - 10-14-2023, 06:17 PM
|
User(s) browsing this thread: 1 Guest(s)