Skip to content

Instantly share code, notes, and snippets.

@stephen-ag
stephen-ag / Graphical Visualization
Last active December 2, 2023 16:45
Graphical Visualization of Data
This file has been truncated, but you can view the full file.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Visualizing statistical relationships\n",
"\n",
"Statistical analysis is a process of understanding how variables in a dataset relate to each other and how those relationships depend on other variables. Visualization can be a core component of this process because, when data are visualized properly, the human visual system can see trends and patterns that indicate a relationship.\n",
"\n",
@stephen-ag
stephen-ag / data_visualization.ipynb
Last active December 2, 2023 14:10
Data visualization in pandas
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stephen-ag
stephen-ag / numpy-in-details.ipynb
Created October 5, 2023 07:42
numpy-Library in python.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stephen-ag
stephen-ag / session3-1_python_-how-to-create-class.ipynb
Created September 10, 2023 13:09
session3.1_Python_ How to create Class.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stephen-ag
stephen-ag / session2-2_object-oriented-programming-and-file-io.ipynb
Last active September 5, 2023 10:25
session2-2_object-oriented-programming-and-file-io.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stephen-ag
stephen-ag / session2-1_containers-and-functions.ipynb
Created September 3, 2023 17:27
Session2.1_Containers and Functions.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stephen-ag
stephen-ag / pandas-file-read-and-write-operation.ipynb
Last active September 1, 2023 04:45
pandas-file-read-and-write-operation.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stephen-ag
stephen-ag / pandas-2-data-manipulation.ipynb
Created August 23, 2023 11:20
Pandas 2 data manipulation .ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stephen-ag
stephen-ag / pandas-1-data-manipulation.ipynb
Created August 21, 2023 10:31
Pandas 1 data manipulation.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stephen-ag
stephen-ag / session-1-2-string-and-list-objects.ipynb
Created August 19, 2023 11:22
Session 1.2 - String and list Objects.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.