Skip to main content

This tool can be csv to string

Project description

## 使い道
WordCloudの時に(単語, 頻度数)という2つのカラム構成されているときに、そのままではWordCloudにかませることができない。
それを解消するツールである。

### 変換すべきCSVの例
![CSVの例](samplecsv.png)
## 使い方

```sample.py
from wc_csv import convert_wc_csv

wcsv = convert_wc_csv.Wcsv()
# どれくらいの頻度の単語を指定するか指定
df = wcsv.missing_value('sample.csv',8)
text = wcsv.convert_string(df)
```


## インストール方法

```
pip install wc_csv
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

wc_csv-0.24-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page