Skip to content

Instantly share code, notes, and snippets.

View napo178's full-sized avatar
💭
I may be slow to respond.

Napoleón Pérez napo178

💭
I may be slow to respond.
View GitHub Profile
@rsperl
rsperl / panda_tricks.md
Last active July 25, 2022 12:47
panda tricks #python #panda #snippet

Python Pandas Tips and Tricks

source


Categories

@rajagurunath
rajagurunath / linear_Regression_v2_using_streamlit.py
Last active May 28, 2024 10:59
Linear Regression sample code using streamlit
import streamlit as st
from datetime import time
from datetime import date
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import plotly.figure_factory as ff
import plotly.graph_objs as go
from sklearn.linear_model import LinearRegression
from sklearn.model_selection import train_test_split
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.