Previous topic

Data (xsect.data)

Next topic

xsect.data.query_aisc

This Page

xsect.data.filter_aisc

xsect.data.filter_aisc(conditions, order=[], columns=[], metric=False, version=None)[source]

Returns a dataframe with the data for the specified AISC steel shape database query.

Parameters:
conditions : list

A list of condition strings to apply to the query.

order : list of str

Column names for ordering data. If none specified, no ordering will be applied.

columns : list of str

Column names to include in result. If none specified, all will be returned.

Examples

>>> filter_aisc(["type='L'", 'area>28'], order=['area'], columns=['name', 'area'])
           name  area
0  L12X12X1-1/4  28.4
1  L12X12X1-3/8  31.1