Skip to content

Instantly share code, notes, and snippets.

View jorisvandenbossche's full-sized avatar

Joris Van den Bossche jorisvandenbossche

View GitHub Profile
@jorisvandenbossche
jorisvandenbossche / .gitignore
Last active December 20, 2015 11:00
IDEA Mini-demo data analysis on methodology
/.ipynb_checkpoints
/Stationary_mobile_comparison.ipynb
/Number_of_repetitions_UFP.ipynb
/Number_of_repetitions.ipynb
This file has been truncated, but you can view the full file.
{
"metadata": {
"name": "minidemo_calibration_aethalometers"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jorisvandenbossche
jorisvandenbossche / sql.py
Last active January 8, 2025 14:59
Patched version of pandas.io.sql to support PostgreSQL
"""
Patched version to support PostgreSQL
(original version: https://github.com/pydata/pandas/blob/v0.13.1/pandas/io/sql.py)
Adapted functions are:
- added _write_postgresql
- updated table_exist
- updated get_sqltype
- updated get_schema
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.
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.
axes.facecolor : EAEAF2
axes.edgecolor : white
axes.grid : True
axes.axisbelow : True
axes.linewidth : 0
axes.labelcolor : .15
grid.color : white
grid.linestyle : -
text.color : .15
xtick.color : .15
@jorisvandenbossche
jorisvandenbossche / README
Last active August 29, 2015 14:09
IPython ipynb files 2.2-2.3
A notebook file saved in IPython 2.2 and in 2.3.