Big changes to pandas.drop and pandas.makes_up
- pandas.drop gets arguments include and exclude. This removes cols argument.
- pandas.makes_up get better compatibility with object dtypes. In certain circumstances when a Series is
an object, it will convert all elements to str, in order to find infs, NaNs and the special 'any' value - Adds more tests