Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 461 Bytes

File metadata and controls

22 lines (15 loc) · 461 Bytes
title PandasGUI
date 2023-05-28 22:32:14 +0900
categories
Python
tags
Python
pandas
AI
API

PandasGUI

概要

pandasのデータフレームをExcelのGUIみたいに操作できるようになるAPI

インストール方法

pipでインストール可能

pip install pandasgui

使用法

以下のリンクが参考になる。