Python Forum
Pandas, cryptocurrency and some calculations
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pandas, cryptocurrency and some calculations
#1
I'm an amateur programmer. I'm having trouble understanding if pandas are my best option or if there is a better one in the Python community.

I want to keep a local book of various pairs of crypto coins updated in real time using WebSocket. I'll manage each pair in its own coroutine to update all of them asynchronously and I want to do some calculations with the data and cross some of them.

I saw that pandas are used a lot in data visualization but I'm wondering if I can use it to keep the book of the pair updated and perform the calculations I want to do. I wonder if there are advantages using pandas or another tool over a simple dict or a list of lists.

I'm a little lost. Not sure Which is the right tool for the job.

Any pieces of advice?

Thank you
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Evaluate Calculations yrstruly 0 951 Jun-17-2023, 06:51 PM
Last Post: yrstruly
  What to use with simple calculations Milfredo 6 2,604 Sep-24-2020, 06:42 AM
Last Post: Milfredo
  huge and weird values after applying some calculations karlito 2 2,131 Dec-13-2019, 08:32 AM
Last Post: karlito
  Pandas .rolling() with some calculations inside irmscher 5 6,130 Apr-04-2019, 11:55 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020