Skip to content

Instantly share code, notes, and snippets.

View mm14770's full-sized avatar

Marc-Michel Isabelle mm14770

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mm14770
mm14770 / plot_table.py
Created December 19, 2022 14:38 — forked from SixQuant/plot_table.py
[Matplotlib plot table]plot table(auto adjust column width by text length) #Matplotlib #table
import time
import matplotlib.pyplot as plt
import numpy as np
import six
from PIL import ImageFont
from numpy.random import randn
# noinspection PyPep8Naming
@mm14770
mm14770 / yahoo_statistics.py
Created January 18, 2023 00:06 — forked from dray89/yahoo_statistics.py
Python Scrape Yahoo Stock Market Statistics Webpage
import pandas as pd
import numpy as np
from bs4 import BeautifulSoup
import requests, lxml
from lxml import html
class statistics: