Database Design
The foundational knowledge stems from the NYU’s “CSCI-UA 479 Data Management and Analysis” course by Joe Versoza. Motivation for Database Design Terminology Entity - some thing that we store...
The foundational knowledge stems from the NYU’s “CSCI-UA 479 Data Management and Analysis” course by Joe Versoza. Motivation for Database Design Terminology Entity - some thing that we store...
The foundational knowledge stems from the NYU’s “CSCI-UA 479 Data Management and Analysis” course by Joe Versoza. Joins Joins are a relational algebra operation executed in SQL, involving the me...
The foundational knowledge stems from the NYU’s “CSCI-UA 479 Data Management and Analysis” course by Joe Versoza. GROUP BY and Aggregate Functions Adding a GROUP BY clause enables the grouping o...
The foundational knowledge stems from the NYU’s “CSCI-UA 479 Data Management and Analysis” course by Joe Versoza. Importing Data We can import data into table by running .sql script or importing...
The foundational knowledge stems from the NYU’s “CSCI-UA 479 Data Management and Analysis” course by Joe Versoza. PostgreSQL Installation package for MacOS: Follow this Tutorial Postgres Object...
The foundational knowledge stems from the NYU’s “CSCI-UA 479 Data Management and Analysis” course by Joe Versoza. Databases Overview I also refered Oracle article to understand database basic. ...
Data Enginnering Basic Concept Information sourced from an IBM article, which is a helpful resource for understanding data pipelines. What is data pipeline and why we need it? A data pipeline is...
What is Supervised Learning? Supervised Learning is a form of machine learning that understands the relatioinship between provided input and output pairs. The objective of this method is to predic...
Group Contributions Oppia Project Repo: Oppia Your Fork of the Project (in the class organization, if possible): Forked Oppia Repo Group members: Leah Durrett Seoeun Hong Rufaida Khan ...
NYU Big Data Team Project: Exploring the Relationship Between Housing Environment and Children’s Lead Exposure You can see our whole code and final paper here Why I and my teammate chose this top...