You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Have a CSV with transactions (John Jan 1 Apple for lots of names)
13
+
- Find the person who ate the most calories
14
+
15
+
3)
16
+
- Have a CSV with the desired fruits
17
+
- Only bring in the desired fruits
18
+
- Have a CSV with transactions (John Jan 1 Apple for lots of names)
19
+
- Have a class with an attribute called largest consumer and never consumed where the user can input a fruit and the program returns the list of people.
20
+
21
+
22
+
4)
23
+
- Connect to PostgresSQL
24
+
- Load the data from 2)
25
+
- Do some querying
26
+
27
+
28
+
4)
29
+
- Use Airflow to load the data to Postgres on a schedule
0 commit comments