Hi!
I am trying to make an app that takes input (player ID), get info about the player from an API using Requests, then do some cleaning with Pandas and finally makes plots. I manage to make it work but it’s simply not what I want and it looks horribly (input, request, data cleaning and plots are in one callback, blehh :/). There where tons of problems, whenever I dealt with one the app gave me another (all works fine in separated script without the dash app). I don’t want anybody to write or fix the code for me, just some tips/clues/guidence or general idea about how it should be done.
Thanks in advance and sorry if the description isn’t clear, I can specify more details but I didn’t want to make this post 28 pages long.
7 posts - 2 participants