Manipulate wide format panel data with Python & R
When you deal with panel data gathered from commercial DBs like KISVALUE, you probably get data with wide-format. To facilitate the data properly, you need to change its form to long-format. This is quick and easy format changing python code.
Also including various minor processing codes used for various purposes.
Here's the indexing rule: A. DART scraping B. Indexing collected data in a specified folder C-1. Analytics with Python C-2. Analytics with R D. Other data manipulation