rknyip

Results 3 issues of rknyip

**Is your feature request related to a problem? Please describe.** It seems that `requests.Session(trust_env=False)` is not implemented, from my test and your code. I suppose it is possible cuz `--noproxy`...

enhancement

#### Is your feature request related to a problem? Please describe I am doing a panel local projection which uses `.shift()` and `.diff()` typically creates nan values in the frame....

type-enh
comp-base
pandas-integration
comp-regression
topic-covtype

Very often in panel regression, the fixed effect is implemented as categorical variable. Currently, unless using some hacky way, `patsy` cannot read put index as variables. See below example panel...