From the course: Hands-On Data Analysis with Claude

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Building statistical models

Building statistical models

- Now that we've made a cool dashboard, some cool graphs, we've done some exploratory data analysis, we may want to do some more statistical-heavy analyses on this dataset, something that requires a little bit more of statistical modeling one way or another. And whenever we have a dataset like this, and just as a reminder, what this dataset actually looks like, you can go back to the Artifacts pane right here and look for our Revenue cleaned CSV, just to pull up and see what this actually looks like is we have our orders as our rows, and each order was on a specific date, right? Whenever we have some sort of dates associated with our data, we can kind of think of this dataset as a date time series. And with time series, one really interesting question is what's going to happen in the future, right? We can be data scientists, data analysts, and try to predict the future. And I like doing that, I think that's really fun.…

Contents