معرفی شرکت ها


python3-rdata_0.5-3_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

parses R dataset (.rda) files
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته python3-rdata
نام فایل بسته python3-rdata_0.5-3_all.deb
نسخه بسته 0.5
انتشار بسته 3
معماری بسته all
نگهدارنده Debian Python Team <team+python@tracker.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/vnmabus/rdata
مجوز -
حجم دانلود 14464
حجم نصب 82
The common way of reading an R dataset consists on two steps: . * First, the file is parsed using the function parse_file. This provides a literal description of the file contents as a hierarchy of Python objects representing the basic R objects. This step is unambiguous and always the same. * Then, each object must be converted to an appropriate Python object. In this step there are several choices on which Python type is the most appropriate as the conversion for a given R object. Thus, we provide a default convert routine, which tries to select Python objects that preserve most information of the original R object. For custom R classes, it is also possible to specify conversion routines to Python objects. . The basic convert routine only constructs a SimpleConverter objects and calls its convert method. All arguments of convert are directly passed to the SimpleConverter initialization method. . It is possible, although not trivial, to make a custom Converter object to change the way in which the basic R objects are transformed to Python objects. However, a more common situation is that one does not want to change how basic R objects are converted, but instead wants to provide conversions for specific R classes. This can be done by passing a dictionary to the SimpleConverter initialization method, containing as keys the names of R classes and as values, callables that convert a R object of that class to a Python object. By default, the dictionary used is DEFAULT_CLASS_MAP, which can convert commonly used R classes such as data.frame and factor.


نیازمندی

مقدار نام
- python3-numpy
- python3-pandas
- python3-xarray
- python3:any


نحوه نصب


نصب پکیج deb python3-rdata:

    sudo apt-get install python3-rdata_0.5-3_all.deb


فایل ها

مسیرها
./usr/lib/python3/dist-packages/rdata/__init__.py
./usr/lib/python3/dist-packages/rdata/conversion/__init__.py
./usr/lib/python3/dist-packages/rdata/conversion/_conversion.py
./usr/lib/python3/dist-packages/rdata/parser/__init__.py
./usr/lib/python3/dist-packages/rdata/parser/_parser.py
./usr/lib/python3/dist-packages/rdata/py.typed
./usr/lib/python3/dist-packages/rdata/tests/__init__.py
./usr/lib/python3/dist-packages/rdata/tests/test_rdata.py
./usr/share/doc/python3-rdata/changelog.Debian.gz
./usr/share/doc/python3-rdata/copyright