25 lines
918 B
XML
25 lines
918 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Pandas is a Python package providing fast, flexible, and expressive
|
|
data structures designed to make working with "relational" or
|
|
"labeled" data both easy and intuitive. It aims to be the
|
|
fundamental high-level building block for doing practical, real
|
|
world data analysis in Python.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="full-support">Pull all packages to give pandas full support</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="pypi">pandas</remote-id>
|
|
<remote-id type="github">pandas-dev/pandas</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|