[sympy] Support for using Symbols as Pandas indexes

2018-02-09 Thread 'Nowan Ilfideme' via sympy
Hi, I ran into problems while trying to use Symbols as columns for a pandas.DataFrame *. This is probably not relevant to SymPy development itself, but rather just use. This seems to be a problem with both frameworks treating callable() objects specially: >>> import pandas as pd >>> from sympy.

Re: [sympy] Support for using Symbols as Pandas indexes

2018-02-12 Thread 'Nowan Ilfideme' via sympy
considered callable. I looked at the source and it > doesn't like there is one (it just checks callable(), > > https://github.com/pandas-dev/pandas/blob/6485a36483884fb817800a8380a4a4197d6df4ad/pandas/core/common.py#L470). > > > Perhaps you should open a pandas issue about