functions that mimic R
Project description
Python package liker
The book (R과 비교하며 배우는) 파이썬 전처리와 시각화 introduces Python to R Users.
This package liker has functions that mimic R in Python.
Here are examples
c(2,3,5,7,11) # creates list or array with elements 2,3,5,7,11
ac(2,3,5,7,11) # creates a numpy array
lc(2,3,5,7,11) # creates a list
c = lc
pdDataFrame(x=[1,3,2], y=['a', 'b', 'c'])
# equivalent to R data.frame(x=c(1,3,2), y=c('a', 'b', 'c'))
# you can also do
pdDataFrame(x=c(1,3,2), y=c('a', 'b', 'c'))
More examples to come!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
liker-0.0.2.tar.gz
(1.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
liker-0.0.2-py3-none-any.whl
(1.7 kB
view details)
File details
Details for the file liker-0.0.2.tar.gz.
File metadata
- Download URL: liker-0.0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22400d21fb398771501caaad144536ba455e67a65df2efd4e94c4d836ebcd200
|
|
| MD5 |
dfa4132b79b0fb02a19b1ea2f2926284
|
|
| BLAKE2b-256 |
bac82ff76510b693b8e2061d2c9dfa94df8ff209ceb8d9fb7422d9ed8128f715
|
File details
Details for the file liker-0.0.2-py3-none-any.whl.
File metadata
- Download URL: liker-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4be38632f12c4e07af7367063638f3840721cc91996ce97d4e3cd87784cffc02
|
|
| MD5 |
38f43fdb7cf045f917000058a172bd1c
|
|
| BLAKE2b-256 |
2dac931b0b81c1e27634288b2a46cf56f8fa19f02f256afa0f203df9a5b8775f
|