- Log in to post comments
User bio
404 bio not found
Member since Oct 15, 2018
Posts:
Replies:
This line in plotly.py generates a dataframe:
df = iris.sql.exec(query).dataframe()
where query = "SELECT Top 10 Category, Credit, Debit, TrnCount FROM dc_iris.trncount where TrnYear=2025 and TrnMonth=8 Order By Debit DESC"
The bars in the graph reflect rows 0 to 9, not the amount in 'Debit'
- Log in to post comments
Here is my data:
.png)
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Oliver has no Certifications & Credly badges yet.
Followers:
Oliver has no followers yet.
Following:
Oliver has not followed anybody yet.
It works. Thank you, Dmitrij