Due to employer's restrictions I couldn't use pip install
nor the automatic installment in PyCharm on my office laptop. Both of this ways return error like:
SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)')
Before few months I found a workaround - just to disable the VPN during the library's installation and that worked for a while, but after some time they pushed an Windows update which forbid this method too.
If I have Pandas library successfully installed on my laptop, is there any way how to export it to another machine (under the same installation restrictions)?