this post was submitted on 22 Jun 2024
15 points (89.5% liked)

Programming

16760 readers
229 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

I’m starting as data analyst (roughly bachelor level). My responsibility will be to analyze time series data and classify agents and write reports. I won’t be responsible for the database management. It’s likely that I have to use R because my colleagues use R. I guess I may use python if it’s more appropriate.

Which books and other things can you guys recommend? What should I avoid?

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 2 months ago (1 children)

You'll probably have to generate a lot of plots, graphs and figures. Choosing the right type of figure to explain the data is an important skill - maybe have a play with some of the examples from https://r-graph-gallery.com/

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

thanks! That's good to go through. knowing plots is always good

[–] [email protected] 3 points 2 months ago (1 children)

If you're doing a lot of reporting I highly recommend getting familiar with Quarto. It's incredibly flexible for writing ad hoc reports, automated reporting, dashboards, presentations, etc. You can use python, R, observable, or Julia.

[–] [email protected] 1 points 1 month ago

Thanks! I'll def check it out =) and it looks like a good alternative to weave