• 0 Posts
  • 101 Comments
Joined 11 months ago
cake
Cake day: July 23rd, 2023

help-circle


  • I am a little curious about the conditional. I have a suspicion that this is a bit of over engineering.

    The problem you seem to be trying to solve is “I need to access the same data in multiple ways, places, or projects.” That’s what a database is really great for. However, if you just need to combine the same csv files you have on disk over and over, why not combine them and dump the output to a csv? Next time you need it, just load the combined csv. FWIW this is loosely what SQLite is doing.

    If you are defining a method or function that performs these ETL operations over and over, and the underlying data is not changing, I think updating your local files to be the desired content and format is actually what you want.

    If instead you’re trying to explore modules, imports, abstraction, writing DRY code, or other software development fundamentals- great! Play around, it’s a great way to learn how might also recommend picking up some books! Usually your local library has some books on Python development, object oriented programming, and data engineering basics that you might find fascinating (as I have)









  • Depends on what you mean by matter. The point of the criminal justice system is, theoretically, to determine who breaks the law, and to punish people who break the law. In that sense it matters because Trump was found guilty in a fair trial by a jury of his peers.

    If what you mean is that it will change the politics of America, certainly. Trump is now running with the specter of a conviction hanging over him. Even assuming appeals and pardons, that fundamentally changes the nature of the election. It raises real and serious questions about how he could serve if under house arrest, parole, or in prison. It forces us to reckon with the balance of powers in this country - can a person dodge justice because they attain high office, or do we hold them accountable no matter what?

    If what you mean is in reality, no it probably won’t do shit.