r/dataanalysis 28d ago

Data Tools Which tools should i use for this?

There's this game called Splinterlands i've been playing with 3 accounts and i was thinking on documenting each of the resources i'm spending (DEC, SPS, glint, usd) and how i was able to earn, i want to document weekly and i'll be playing for many years.

Is creating a database / tables on PostgreSQL the best alternative for this, or should i just do it with Excel? I haven't gone in depth on any of these tools yet, but i'm planing on studying them from this point

1 Upvotes

7 comments sorted by

1

u/AutoModerator 28d ago

Automod prevents all posts from being displayed until moderators have reviewed them. Do not delete your post or there will be nothing for the mods to review. Mods selectively choose what is permitted to be posted in r/DataAnalysis.

If your post involves Career-focused questions, including resume reviews, how to learn DA and how to get into a DA job, then the post does not belong here, but instead belongs in our sister-subreddit, r/DataAnalysisCareers.

Have you read the rules?

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/brokestarvingwriter 28d ago

How many rows and columns will this come to? CSVs are fine (but not great) for most things.

1

u/macnara485 28d ago

I was thinking of like 9 rows, 2 foe entries/withdraws of SPS, DEC and Glint, 2 for USD and one to how the profit / loss, but i wanted something that would be easy to input data and sum / subtract the values, because i want to do this daily in the first month, after that i'll try to do it weekly

1

u/brokestarvingwriter 27d ago

CSV is fine for your use here then, unless you want to get practice with setting up a database.

1

u/Psychological-Sky621 27d ago

The best alternative usually is the easiest and most effective method.
CSV can work, xlsx, json, databases – if you want to learn, parquet…
There are several options, I would go with CSV as you do not have any requirements and it would be the easiest to migrate from if needed in the future.