A personal diary of DataFrame munging over the years.
Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)
A personal diary of DataFrame munging over the years.
Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)
""" | |
kindle.py: Generate markdown notes from Kindle highlights | |
""" | |
import os | |
import sys | |
import re | |
import argparse | |
import requests | |
from bs4 import BeautifulSoup |