Pandas is a pretty bulky module, hence I do not wish to install it in its entirity. Only the ones I'll be using in my codes.
from pandas import DataFrame
from pandas import ExcelWriter
from pandas import pivot_table
from pandas import read_csv
How can I pip install only these packages?
pip install ?
Using Python 2.7 on Windows.
EDIT:
Space is an issue for me. Pandas is a bulky module and is difficult to import onto aws lambda