Open dudung opened 1 month ago
Muhammad Kamal (10222087)
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
Link: https://gist.github.com/mfthn/d67555167ba51e614b8ed620870304c1
Link: https://gist.github.com/mfthn/cd3077fdde07b21507fd80706b57b150
Link: https://gist.github.com/mfthn/ae7426d5afcef19cec3a64a5eca72e2a
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
Datalake Example https://gist.github.com/eea84b5f99dbd019052ec8d0cef8799e.git Lineplot Examples https://gist.github.com/e4e294f9e226055c027571a2423242ea.git Scatterplot Examples https://gist.github.com/e4e294f9e226055c027571a2423242ea.git
Ilham Ghufroni (10221012)
GitHub Gist Link :
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
Ashma Nisa S.A (10222091)
M. Daryl Putra A. K. (10222116)
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
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.
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.
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.
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.
Darell Timothy Tarigan (10222014)
_Assignment 04
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
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
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
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
Tugas 04 :
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
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
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
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
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)
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
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
datalake_examples.ipynb
: https://gist.github.com/OlvandriNouva/7e4d6525975817d53c7e9512501350b0
lineplot_examples.ipynb
: https://gist.github.com/OlvandriNouva/e8cacd3df560818961aee8eba55e4dcc
scatterplot_examples.ipynb
: https://gist.github.com/OlvandriNouva/2157e4af559ce288018cce4742bf4365
datalake_examples.ipynb
: https://gist.github.com/Coocoomber333/f7aed2a1ac1f649a2a92e2a82df9bb60
lineplot_examples.ipynb
: https://gist.github.com/Coocoomber333/528efcee4c408008ec569675acea3ed8
scatterplots_examples.ipynb
: https://gist.github.com/Coocoomber333/6b4ea4d502639042f81932b5b7b8d9fd
Yafi Zainul Muttaqin - 10223017 datalake_examples.ipynb : https://gist.github.com/yafiizm/4d5f91cd7cb677eaf5c1c8d3000b7053 lineplot_examples.ipynb : https://gist.github.com/yafiizm/9b126e9bbee3008871f12242e330f441 scatterplot_examples.ipynb : https://gist.github.com/yafiizm/aeb7b0e4f6d6fe718da72be898d427d2
datalake_examples
: https://gist.github.com/sekarwidhastri/f99f2fc722e8d1c1eec6a72e5709b17elineplot-examples
: https://gist.github.com/sekarwidhastri/acbc4f1c3cae527158cfb6531d14432ascatterplot_examples
: https://gist.github.com/sekarwidhastri/13496ebe3f62b080d51dfe0c1fbabb54datalake_examples.ipynb
Link: https://gist.github.com/ARoyyanF/e63cd9abd5b7d3ae18b3fdffb8084901
lineplot_examples.ipynb
Link: https://gist.github.com/ARoyyanF/4d3341509f5e29572c39bdf01159596d
scatterplot_examples.ipynb
Link: https://gist.github.com/ARoyyanF/e56af102440e3a64ad423f9c2e64c257
datalake_examples.ipynb
: https://gist.github.com/IkbarRuhimat83/c07140ba84079d4155cae411e39f5db2
lineplot_examples.ipynb
: https://gist.github.com/IkbarRuhimat83/b178bd0318bb1052f813cf2c8efda956
scatterplot_examples.ipynb
: https://gist.github.com/IkbarRuhimat83/cbf7d891b7e58d9bec87bf8372051aa0
datalake_examples.ipynb
lineplot_examples.ipynb
scatterplot_examples.ipynb