1#How to install pandas for aws sam local
2Step1: Go to build directory of sam(sam-app>.aws-sam>build>HelloWorldFunction)
3Step2: Now hear open terminal. Start installing packages
4Step3: sam-app/.aws-sam/build/HelloWorldFunction$ pip install pandas -t .
5 # -t is for target directory
6 # . for current directory
7