Geeky AF Orctober fact
Did you know that data science has a file format called ORC?
It stores data in a columnar format so that when it reads the file, it doesn't have to read whole lines in order to pull a single column for data, making selecting individual columns significantly faster and require less intermediary memory to deliver to the user!