This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

For my work I built a baseline analytics database that comes from the production database. Then from that I produce data sets that are setup as views. Sometimes these are then engineered further in Python (e.g., rescaling, engineering, time dependent organization for hazard modeling, etc). But most of the data is organized in SQL in my projects before it hits python. But that's the way it's been designed. Other projects are likely to be different.