Skip to content

Instantly share code, notes, and snippets.

@pybokeh
pybokeh / dask_with_large_csv.ipynb
Created April 15, 2016 12:01
Dask data frame example with CSV
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / plotly_with_pandas.html
Created April 15, 2016 01:17
Plotly With Pandas
<!DOCTYPE html>
<html>
<head><meta charset="utf-8" />
<title>plotly_with_pandas</title>
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<style type="text/css">
@pybokeh
pybokeh / ex1.ipynb
Created April 14, 2016 23:35
wide format with null/NaN values
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / python_plotly_pandas.ipynb
Last active August 16, 2016 00:04
Creating your own local lotly chart
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / waterfall.ipynb
Created April 5, 2016 13:07
Waterfall Chart in Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / read_input_example.txt
Created April 1, 2016 22:27
read_input_example
library(readxl)
library(zoo)
library(dplyr)
library(forecast)
df <- read_excel('path_to_xlsx', sheet='Sheet1')
by_ro <- df %>%
group_by(RO_YR_MTH) %>%
@pybokeh
pybokeh / Excel_Formatting.ipynb
Last active February 9, 2023 23:39
Excel Formatting Updated
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / Python_Excel_Scripting.ipynb
Last active January 20, 2020 01:50
Excel scripting using Python
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / left_join_example.ipynb
Created March 1, 2016 19:11
left_join_example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / conda_howto.ipynb
Created February 22, 2016 20:00
Conda HowTo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.