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.4.tar.gz
(7.7 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.4-py3-none-any.whl
(7.8 kB
view details)
File details
Details for the file liker-0.0.4.tar.gz.
File metadata
- Download URL: liker-0.0.4.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c32e92b5013d73ba50c3094da9e1fc453429e966c82a2444c789625f9e232670
|
|
| MD5 |
6ab73adf84629b076cbbaa16ad6cd882
|
|
| BLAKE2b-256 |
49e38a370f0b93bb214ba4f0823f876bdab0f974f00d0ab23ac902b6bd712b12
|
File details
Details for the file liker-0.0.4-py3-none-any.whl.
File metadata
- Download URL: liker-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.8 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 |
8e1f664639f9c689558443637b0ea572ce5e874d80e01fb95d6d8e6e27e25739
|
|
| MD5 |
93cddf18ccbd2bb3ecbd5cc466719aa9
|
|
| BLAKE2b-256 |
a7d84292d23ad7bfcf1fed23ef24b828005258108cecbe066a10d0a40ba7c21e
|