dudung / fi2151-01-2024-1

Modeling, Data Generator and Analysis course in 2024-1 semester
MIT License
2 stars 0 forks source link

Assignment 04 -- Data lake, and line & scatter plot #6

Open dudung opened 3 weeks ago

dudung commented 3 weeks ago
KindlyGentleman commented 2 weeks ago

Muhammad Kamal's Assignment 04 - Data Lake, and Line & Scatter Plot

Muhammad Kamal (10222087)

GitHub Gist

datalake_examples.ipynb

Link: https://gist.github.com/KindlyGentleman/fcef7bf15891ac2a1318d7223fb59805

lineplot_examples.ipynb

Link: https://gist.github.com/KindlyGentleman/17913cd7a8f3733faa76c37832441ffb

scatterplot_examples.ipynb

Link: https://gist.github.com/KindlyGentleman/1ed1b25fc81020a0e8fb210289059929

mfthn commented 2 weeks ago

Muhammad Fathin Abdul Aziz (10222044)

GitHub Gist

Link: https://gist.github.com/mfthn/d67555167ba51e614b8ed620870304c1

Link: https://gist.github.com/mfthn/cd3077fdde07b21507fd80706b57b150

Link: https://gist.github.com/mfthn/ae7426d5afcef19cec3a64a5eca72e2a

catarina-claes commented 2 weeks ago

Muhammad Ya'mal Amilun - 10222070

datalake_examples: https://gist.github.com/catarina-claes/0b2595d367a4cb683063b474da2854ec lineplot_examples: https://gist.github.com/catarina-claes/cd37dbc77df01998a845e8bbd64a89af scatterplot_examples: https://gist.github.com/catarina-claes/23beed5a92eb9dd0d6e7bfa46c2e0b93

msyamsuddiin commented 2 weeks ago

Muhammad Syamsuddiin (10223075)

Datalake Example https://gist.github.com/eea84b5f99dbd019052ec8d0cef8799e.git Lineplot Examples https://gist.github.com/e4e294f9e226055c027571a2423242ea.git Scatterplot Examples https://gist.github.com/e4e294f9e226055c027571a2423242ea.git

Frosty8171 commented 2 weeks ago

Ilham Ghufroni (10221012)

JonathanLijaya commented 2 weeks ago

Jonathan Lijaya (10222109)

GitHub Gist Link :

  1. datalake_examples.ipynb : https://gist.github.com/JonathanLijaya/34fb75d6863f2db0d1f7384e0402f6fc
  2. lineplot_examples.ipynb : https://gist.github.com/JonathanLijaya/85331d342936ca4b384d2ac6041947cf
  3. scatterplot_examples.ipynb : https://gist.github.com/JonathanLijaya/fd9bf2d1f6874a7520d919c20f48eda1
adiyasapratama commented 2 weeks ago

Adiyasa Pratama - 10223101

  1. Datalake example (https://gist.github.com/adiyasapratama/41063512078a45c16fc05fa5638cd4c7)
  2. Lineplot_examples (https://gist.github.com/adiyasapratama/3fddc8d63cd27b914c25ba49f60a8c6c)
  3. Scatterplot example (https://gist.github.com/adiyasapratama/3d3b28b0086c53b7baa0cd715b98759d)
afifahulya commented 2 weeks ago

Afifah Ulya Nadira 10222090

datalake examples: https://gist.github.com/afifahulya/6e8d14d121882c6123dcc353bb42a4c2 line plot examples: https://gist.github.com/afifahulya/08f31648689f304e2be67dcb2577666d scatter plot examples: https://gist.github.com/afifahulya/a7b7167a5a8094f26632eee770bab540

ashmanisaa commented 2 weeks ago

Ashma Nisa S.A (10222091)

  1. Datalake_examples: https://gist.github.com/ashmanisaa/df8a222cc75a4be73b6dfe14ee66ef55
  2. Lineplot_examples: https://gist.github.com/ashmanisaa/a7806a0c53b31a30540a512ade848c99
  3. Scatterplot_examples: https://gist.github.com/ashmanisaa/6cc68aecd031dc75d776403e7d4d580b
darylkusdinar commented 2 weeks ago

M. Daryl Putra A. K. (10222116)

  1. Data lake examples: https://gist.github.com/darylkusdinar/97e28e32d10d02c4b56da37608caa115
  2. Lineplot examples: https://gist.github.com/darylkusdinar/f0a4e4648a6f91b332b1c2ab5df22d8d
ryhanakbr commented 2 weeks ago

Reyhan Nugraha Akbar - 10223074

KristoferAdrian commented 2 weeks ago

Kristofer Adrian 13123062

Datalake Examples: https://gist.github.com/KristoferAdrian/493d8cb57013168118ec1b5ea38f5f36 Lineplot Examples: https://gist.github.com/KristoferAdrian/eddb0e485440d0b1439460ec561671cc Scatterplot Examples: https://gist.github.com/KristoferAdrian/fa0c8b731ca1eadb52e4866c588e89a5

zeedrush commented 1 week ago

Zidan Ramadhan Rusdiana - 10223086

Datalake Examples: https://gist.github.com/zeedrush/0a694fdd5295ab80ce1a2effb395b058

Lineplot Examples: https://gist.github.com/zeedrush/3690a07bbe8f6996660d3340b67ad344

Scatterplot Examples: https://gist.github.com/zeedrush/f26634eae5f13b29018613a4d0df947a

DarellTim commented 1 week ago

DARELL TIMOTHY T (10222014) - ASSIGNMENT 4 : DATA LAKE, LINE, AND SCATTER PLOT

In completing this assignment, I present all the examples provided in the slides to explore the properties of each function and command, focusing on file management and retrieval, line visualization, and scatter plot visualization.

Data Lake

A data lake is a centralized repository that allows us to store all our structured and unstructured data at scale. Unlike traditional data warehouses, which require data to be transformed into a specific schema before storing, a data lake can hold raw data in its original format. This flexibility enables researchers and analysts to access and analyze large volumes of data from various sources without the need for prior structuring.

My Gist Response : https://gist.github.com/DarellTim/6b1474f31ef79681ee579c004cc563d3

Line Plot

A line plot is a type of graph that displays information as a series of data points connected by straight line segments. It is commonly used to visualize trends over time or continuous data. The x-axis typically represents the independent variable, while the y-axis represents the dependent variable. Line plots are effective in showing how a variable changes in relation to another, allowing us to quickly visually analyze patterns or trends.

My Gist Response : https://gist.github.com/DarellTim/0151b1c774ca06e7f6da5375c99ef821

Scatter Plot

A scatter plot is a graphical representation of two numerical variables where individual data points are plotted on a two-dimensional axis. Each point represents an observation in the dataset, with one variable mapped to the x-axis and the other to the y-axis. Scatter plots are useful for identifying relationships or correlations between variables, as well as for spotting outliers and clusters within the data.

My Gist Response : https://gist.github.com/DarellTim/9f8e83ceae70b8635f46c4ea5355cd7f


Darell Timothy Tarigan (10222014)

dietrichtarigan commented 1 week ago

Dietrich Pepalem Tarigan (10223037)

_Assignment 04

codechakap commented 1 week ago

Nashwan Chakap Nanggala -10222036

datalake_examples.ipynb : https://gist.github.com/codechakap/726a5d28ee8ddccf80c0e793d06a76de lineplot_examples.ipynb : https://gist.github.com/codechakap/24a6e9a62aa5ce9d925623507228f5e5 scatterplot_examples.ipynb : https://gist.github.com/codechakap/5dd761a9fed727d915a6e153520ea8fc

Rafahhh commented 1 week ago

Akhtarriza Harafah (10222011)

datalake_examples.ipynb:

https://gist.github.com/Rafahhh/db3e9457e399f26b2b9f71f19d14a5f2

lineplot_examples.ipynb:

https://gist.github.com/Rafahhh/c261032e3e3e58d38b050604a4f1d56a

scatterplot_examples.ipynb:

https://gist.github.com/Rafahhh/961dabcaca9b8608f8d0082ee3c2413a

JonathanSugijanto commented 1 week ago

Jonathan Sugijanto (10222007)

Datalake examples : https://gist.github.com/JonathanSugijanto/38a3ec524398e828d3715bf9573c39d9 Lineplot examples : https://gist.github.com/JonathanSugijanto/7a97e65946f9a73b39d849655ae70509 Scatterplot examples : https://gist.github.com/JonathanSugijanto/1e5724254fcde06bcf18bc41127ddb30

melindaaaaaaaaaaaaaaaaaaaaa commented 1 week ago

Melinda Alberta (10222066)

Datalake examples : https://gist.github.com/melindaaaaaaaaaaaaaaaaaaaaa/d93f314644825c46aa6a7f3f30f9d144 Lineplot examples : https://gist.github.com/melindaaaaaaaaaaaaaaaaaaaaa/1e676e683ecb56a66306f0bf40fccad4 Scatterplot examples : https://gist.github.com/melindaaaaaaaaaaaaaaaaaaaaa/0f76c8d9f4547c19a42eb8034e0c7fc4

Angelsan-17 commented 1 week ago

Angel Betesda Silaban

Tugas 04 :

  1. Contoh Datalake : https://gist.github.com/Angelsan-17/7096e9da35a02b5d02a47029300c2648
  2. Contoh Lineplot : https://gist.github.com/Angelsan-17/0868bff838ecca13ae3a26ba61a7c39e
  3. Contoh Scatterplot : https://gist.github.com/Angelsan-17/b2c65bebb65da341018705579654007e
aufahafizh commented 1 week ago

Aufa Dirham Hafizh (10222083)

datalake_examples.ipynb: https://gist.github.com/aufahafizh/dee5a02545ff81ddddb56b143a3eb8a5 lineplot_examples.ipynb: https://gist.github.com/aufahafizh/7812c4a929628554c8910333bd4d6ee0 scatterplot_examples.ipynb: https://gist.github.com/aufahafizh/81631bbb5814ce441ad52030e8e66f72

jualancilor commented 1 week ago

Abraham Heven Philia saragih (10223038

DataLake https://gist.github.com/jualancilor/fd927dd11ca378524055d540c0c66354

LinerPlot question: 1.Explain the idea of subplot() the basic use of this command to create multiple subplot in a single figure,and letting you to create grid

2.What is the meaning of the three required arguments in subplot()?: all 3 three index in subplot give a specific use which is

-plt.subplot(nrows, ncols, index) nrows: the number of rows in the grid ncols: the number of columns in the grid index: the position of the plot in the grid (starting from 1, counting left to right and top to bottom)

3.How to create all the result on the question? -first subplot - (a straight line plotted) -second subplot - (using a trigonometric function) -third subplot - to create wavy pattern by adjusting a paramateric function of a and b -fourth subplot (bottom-right): A parabolic pattern is generated https://gist.github.com/jualancilor/9339d12a2ef0b46df55a1f6dba28e6c5

Scatterplot https://gist.github.com/jualancilor/6349ddada9b6391a37a2263354f4d814

aldiwahyuu commented 6 days ago

Aldi Wahyu Permana - 10223039

scatterplot_examples.ipynb : https://gist.github.com/aldiwahyuu/9080014dee0624e1fe854f91c2829525 lineplot_examples.ipynb: https://gist.github.com/aldiwahyuu/a4c47b2cb1d3b9b7d7b7e41624672fa3 scatterplot_examples.ipynb : https://gist.github.com/aldiwahyuu/0b410f573fad2699472645db0313a460

pheliza commented 4 days ago

Eliza Putri Hapsani (10222103)

datalake_examples.ipynb : https://gist.github.com/pheliza/9e5b82f93331b11f74c62209ed07e7b1 lineplot_examples.ipynb : https://gist.github.com/pheliza/850f5c77946b10b96a6390b838d160f2 scatterplot_examples.ipynb : https://gist.github.com/pheliza/884fd7764838741620c6dd5d8747cea7

IzzahHuwaidah commented 1 day ago

'Izzah Huwaidah (10222040)

datalake_examples.ipynb : (https://gist.github.com/IzzahHuwaidah/fbe4ee0a602aa120200f3ffeb1d1970b#file-datalake_examples-ipynb)

lineplot_examples.ipynb : (https://gist.github.com/IzzahHuwaidah/9f8ed971c6c4564cf541fc0ea416feac#file-lineplot_examples-ipynb)

scatterplot_examples.ipynb : (https://gist.github.com/IzzahHuwaidah/721c92cdfb36b4d1d7aee7749bde4c2e#file-scatterplot_examples-ipynb)

yann-yann commented 12 hours ago

Ahmad Alfian Tri Saputro (10222050)

datalake_examples.ipynb: https://gist.github.com/yann-yann/0affb4654ac5eec3fe5fa0ca18c55bc9 lineplot_examples.ipynb: https://gist.github.com/yann-yann/4ffe2f935b3458626eaf29fd7f994d08 scatterplot_examples.ipynb: https://gist.github.com/yann-yann/281462ab54c9cc50c0eab048ad975c6c

Nasyaabl commented 1 hour ago

Nasya Nabila (10222112)

datalake_examples.ipynb: https://gist.github.com/Nasyaabl/578b88f3d74417b68caf4b3c539d5cdf lineplot_examples.ipynb: https://gist.github.com/Nasyaabl/675293fc58cdc52f6b0ce97926d60859 scatterplot_examples.ipynb: https://gist.github.com/Nasyaabl/365907949ffd9f15b9c950da1b5929fd