MOONBOOKS
  • Notes
  • Projects
  • Courses
  • Videos
  • Datasets
  • Version
    • English
    • French
  • Sign-In
Join-Us
Notes Articles Jupyter PDF
Thumbnail 1

How to overlay an image on a folium interactive map with Python ?

by Benjamin Marchant
Edited: June 5, 2023, 3:35 p.m.
Tags: Python; Folium;

Public
Thumbnail 1

How to transpose a pandas dataframe to switch its rows and columns ?

by Benjamin Marchant
Edited: May 22, 2023, 7:18 p.m.
Tags: Python; Pandas; DataFrame;

Public
Thumbnail 1

How to transform a series into a dataframe using pandas ?

by Benjamin Marchant
Edited: May 22, 2023, 7:09 p.m.
Tags: Python; Pandas; DataFrame;

Public
Thumbnail 1

How to display a Folium Map within a for loop in a Jupyter Notebook ?

by Benjamin Marchant
Edited: May 22, 2023, 4:01 p.m.
Tags: Python; Folium;

Public
Thumbnail 1

How to clear the output in a Jupyter Notebook cell after each for loop iteration ?

by Benjamin Marchant
Edited: May 22, 2023, 3:06 p.m.
Tags: Python;

Public
Thumbnail 1

How to rearrange the order of the columns in a Pandas DataFrame ?

by Benjamin Marchant
Edited: May 22, 2023, 2:38 p.m.
Tags: Python; Pandas; Dataframe;

Public
Thumbnail 1

How to apply a function with arguments to a pandas DataFrame ?

by Benjamin Marchant
Edited: May 22, 2023, 2:38 a.m.

Public
Thumbnail 1

How to loop (iterate) through every row of a pandas DataFrame ?

by Benjamin Marchant
Edited: May 19, 2023, 2:20 a.m.

Public
Thumbnail 1

How to filter a GeoPandas dataframe based on latitude or longitude ?

by Benjamin Marchant
Edited: May 17, 2023, 3:33 a.m.

Public
Thumbnail 1

How to replace nan value with zero using numpy ?

by Benjamin Marchant
Edited: May 16, 2023, 11:38 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to create and save a matplotlib figure without frame and labels ?

by Benjamin Marchant
Edited: May 16, 2023, 3 p.m.
Tags: Python; Matplotlib;

Public
Thumbnail 1

How to import and rotate an image using matplotlib ?

by Benjamin Marchant
Edited: May 15, 2023, 6:07 p.m.
Tags: Python; Scipy; Matplotlib; Image; Numpy;

Public
Thumbnail 1

How to retrieve country name for a given latitude and longitude using python ?

by Benjamin Marchant
Edited: May 4, 2023, 9:03 p.m.
Tags: Python;

Public
Thumbnail 1

How to cluster data from a 2D binary matrix in python ?

by Benjamin Marchant
Edited: May 1, 2023, 3:38 p.m.
Tags: Python; Machine Learning; Clustering;

Public
Thumbnail 1

How to open and read a HDF5 files with python ?

by Benjamin Marchant
Edited: May 1, 2023, 2:31 a.m.
Tags: Python; HDF;

Public
Thumbnail 1

How to insert a new row into a SQLite table with SQLAlachemy ?

by Benjamin Marchant
Edited: April 28, 2023, 12:09 a.m.
Tags: Python; SQLAlchemy;

Public
Thumbnail 1

How to use Python and SQLAlchemy to get a list of all table names in a SQLite database ?

by Benjamin Marchant
Edited: April 27, 2023, 9:46 p.m.
Tags: Python; SQLAlchemy;

Public
Thumbnail 1

How to retrieve table column names in a Sqlite database using python and SQLAlchemy ?

by Benjamin Marchant
Edited: April 27, 2023, 6:35 p.m.
Tags: Python; SQLAlchemy;

Public
Thumbnail 1

How to retrieve the column names of a table in Sqlite database ?

by Benjamin Marchant
Edited: April 27, 2023, 5:55 p.m.
Tags: SQL; Sqlite3;

Public
Thumbnail 1

Regridding of NASA VIIRS L2 Active Fire product ?

by Benjamin Marchant
Edited: April 27, 2023, 2:47 a.m.

Public
Thumbnail 1

How to read and plot NASA VIIRS Active Fire VNP14IMG product using python ?

by Benjamin Marchant
Edited: April 25, 2023, 2:45 a.m.

Public
Thumbnail 1

How to find out the version of a Python module ?

by Benjamin Marchant
Edited: April 24, 2023, 6:37 p.m.
Tags: Python;

Public
Thumbnail 1

How to compare two dates in a pandas DataFrame ?

by Benjamin Marchant
Edited: April 20, 2023, 6:15 p.m.
Tags: Python; Pandas; Dataframe;

Public
Thumbnail 1

How to custom x or y axis in a matplotlib figure ?

by Benjamin Marchant
Edited: April 19, 2023, 6:04 p.m.
Tags: Python; Matplotlib;

Public
Thumbnail 1

How to plot a figure with two different axes in matplotlib ?

by Benjamin Marchant
Edited: April 19, 2023, 2:15 a.m.
Tags: Python; Matplotlib;

Public
Thumbnail 1

How to modify the interval of the axis ticks in matplotlib ?

by Benjamin Marchant
Edited: April 18, 2023, 6:54 p.m.
Tags: Python; Matplotlib;

Public
Thumbnail 1

How to change the color of an axis with matplotlib ?

by Benjamin Marchant
Edited: April 18, 2023, 4:14 p.m.
Tags: Python; Matplotlib;

Public
Thumbnail 1

How to insert math equations in a matplotlib figure ?

by Benjamin Marchant
Edited: April 17, 2023, 3:59 p.m.
Tags: Python; Matplotlib; LaTeX;

Public
Thumbnail 1

How to read a NASA MODIS L2 HDF4 file using python ?

by Benjamin Marchant
Edited: April 14, 2023, 11:56 p.m.
Tags: MODIS; NASA;

Public
Thumbnail 1

How to extract hexadecimal color codes from a matplotlib colormap ?

by Benjamin Marchant
Edited: April 14, 2023, 6:37 p.m.
Tags: Python; Matplotlib;

Public
Thumbnail 1

How to create a discrete colorbar with matplotlib ?

by Benjamin Marchant
Edited: April 14, 2023, 6:08 p.m.
Tags: Python; Matplotlib;

Public
Thumbnail 1

How to read and plot FIREX-AQ MASTER L2 FRP with python ?

by Benjamin Marchant
Edited: April 14, 2023, 3 a.m.
Tags: FIREXAQ; MASTER; FRP;

Public
Thumbnail 1

How to check if any row in a numpy array contains negative values ?

by Benjamin Marchant
Edited: April 13, 2023, 7:22 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to check if any row in a Pandas DataFrame contains negative values ?

by Benjamin Marchant
Edited: April 13, 2023, 7:04 p.m.
Tags: Python; Pandas; Dataframe;

Public
Thumbnail 1

How to normalize each row of an Pandas DataFrame into percentages ?

by Benjamin Marchant
Edited: April 12, 2023, 9:21 p.m.
Tags: Python; Pandas; Dataframe;

Public
Thumbnail 1

How to apply a function to the values of a column array using numpy ?

by Benjamin Marchant
Edited: April 8, 2023, 1:52 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to get data type of each column in a Pandas DataFrame ?

by Benjamin Marchant
Edited: April 7, 2023, 2:07 p.m.
Tags: Python; Pandas; Dataframe;

Public
Thumbnail 1

How to read and plot FIREX-AQ MASTER L1 with python ?

by Benjamin Marchant
Edited: March 31, 2023, 2:42 a.m.
Tags: Remote Sensing; Active Fire; Firex_AQ;

Public
Thumbnail 1

How to calculate and plot Planck's law with python ?

by Benjamin Marchant
Edited: March 30, 2023, 3 a.m.
Tags: Python; Matplotlib;

Public
Thumbnail 1

How to save a matplotlib figure with a given size ?

by Benjamin Marchant
Edited: March 29, 2023, 8:21 p.m.
Tags: Python; Matplotlib;

Public
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next
Copyright © 2025 - All rights reserved Contact Us Terms & Conditions