RSS <== blog page - 2/2 Blog finance (3)


blog page - 2/2

Interacting with VM on Azure

2016-06-18

It can be done in Python with libcloud. See: Azure Compute Driver Documentation and Azure Blobs Storage Driver Documentation. You can interact with many clouds using the same API: Source code for libcloud.storage.providers.

post

What to do when read_csv fails?

2015-11-08

I recently faced some issues with method read_csv which could not read my text file. There was an issue with a null character. So I revisited some old code I wrote long time ago about guessing the schema of a text file: TextFileColumns:

...

post

New page about magic commands

2015-11-08

The documentation now contains a new page l-NB which explicit the code under every magic commands included in this module.

post

qgrid in a magic command

2015-11-01

Module qgrid proposes a nice view of a dataframe inside a notebook: using qgrid with jsdf. The javascript object allow sorting and scrolling in a much nicer way than the regular output of a dataframe in a notebook.

post

Tail of a text file encoded in utf-8

2015-08-27

Funny thing I went through when I wanted to get the tail of a text file:

...

post

Unable to install the module on OS X

2015-04-24

The module is tested on Windows and on Linux through travis. It is not tested on OS X (Apple), the installation was failing on a student’s machine today (however he installed almost all the version including 3.5a).

post

A magic command to visualize differences between two files in a notebook

2015-04-23

The magic command textdiff http://www.xavierdupre.fr/app/pyquickhelper/helpsphinx/pyquickhelper/ipythonhelper/magic_class_diff.html#pyquickhelper.ipythonhelper.magic_class_diff.MagicDiff.textdiff> makes it easy to display the differences between two files or two strings.

post


RSS <== blog page - 2/2 2017-11 (1) 2017-12 (1) 2018-03 (2) 2018-05 (1) 2018-09 (1)