<tutorialjinni.com/>

jQuery CSV

Posted Under: Tutorials on Dec 3, 2023
jQuery CSV
Established in 2012, when JavaScript's library infrastructure was still in its infancy, the jQuery-csv plugin by Evan Plaice emerged as the premier CSV parser conforming to specifications.

Pandas: Merge All CSV in a Folder

Posted Under: Tutorials on Oct 4, 2023
Pandas: Merge All CSV in a Folder
In this tutorial, we'll explore how to use Pandas to merge all CSV files in a specific folder. This is particularly useful when dealing with large datasets split across several files.

List of Months in Python

Posted Under: Tutorials on Oct 4, 2023
List of Months in Python
One of the common tasks in data handling or manipulation, especially dealing with time series data, is to generate a list of months. In this tutorial, we will learn how to create a list of months in Python using multiple methods.

Free Leave Management System

Posted Under: Tutorials on Sep 5, 2023
Free Leave Management System
Managing employee leave requests efficiently is crucial for businesses and organizations of all sizes. Jorani, an open-source leave management system, offers a streamlined solution to this challenge. With Jorani, you can simplify and automate the leave request and approval process, ensuring that your workforce's time off is managed with precision and ease.

Rename Local and Remote Git Branch

Posted Under: Tutorials on Aug 8, 2023
Rename Local and Remote Git Branch
To rename both a local and a remote branch in Git, you'll need to perform a few steps. Renaming the local branch is similar to what we discussed earlier, but now we'll also rename the corresponding remote branch. Here's how you can do it: