pnijhara / sih-2019

Continuation line missing indentation or outdented FLK-E122
Style
Minor
47 occurrences in this check
continuation line missing indentation or outdented
24    df = data[3:]
25    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
26    return(dash_table.DataTable(
27    data=df.to_dict('rows'),28    columns=[{'id': c, 'name': c} for c in df.columns],
29    style_table={
30        'height': '400px',
continuation line missing indentation or outdented
26    return(dash_table.DataTable(
27    data=df.to_dict('rows'),
28    columns=[{'id': c, 'name': c} for c in df.columns],
29    style_table={30        'height': '400px',
31        'overflowY': 'scroll',
32        'border': 'thin lightgrey solid'
continuation line missing indentation or outdented
25    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
26    return(dash_table.DataTable(
27    data=df.to_dict('rows'),
28    columns=[{'id': c, 'name': c} for c in df.columns],29    style_table={
30        'height': '400px',
31        'overflowY': 'scroll',
continuation line missing indentation or outdented
 25    df = data[6:]
 26    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
 27    return(dash_table.DataTable(
 28    data=df.to_dict('rows'), 29    columns=[{'id': c, 'name': c} for c in df.columns],
 30    style_table={
 31        'height': '400px',
continuation line missing indentation or outdented
 51                value='0'
 52            )
 53            ],
 54            style={'width': '30%', 'display': 'block', 'align': 'right', 'margin-left': 'auto', 'margin-right': '0', 'margin-bottom': '20px'} 55            ),
 56            html.Div([
 57                    dcc.Tabs(id="nv-tabs", value=year_set[-1], children=children),
continuation line missing indentation or outdented
 44
 45    return(
 46            html.Div([
 47            dcc.Dropdown( 48                id='nv-category',
 49                options=[{'label': category, 'value': label_ids[idx]} for (idx, category) in enumerate(categories)],
 50                placeholder="Select a category",
continuation line missing indentation or outdented
 27    return(dash_table.DataTable(
 28    data=df.to_dict('rows'),
 29    columns=[{'id': c, 'name': c} for c in df.columns],
 30    style_table={ 31        'height': '400px',
 32        'overflowY': 'scroll',
 33        'border': 'thin lightgrey solid'
continuation line missing indentation or outdented
 26    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
 27    return(dash_table.DataTable(
 28    data=df.to_dict('rows'),
 29    columns=[{'id': c, 'name': c} for c in df.columns], 30    style_table={
 31        'height': '400px',
 32        'overflowY': 'scroll',
continuation line missing indentation or outdented
28    df = data[3:]
29    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
30    return(dash_table.DataTable(
31    data=df.to_dict('rows'),32    columns=[{'id': c, 'name': c} for c in df.columns],
33    style_table={
34        'height': '400px',
continuation line missing indentation or outdented
30    return(dash_table.DataTable(
31    data=df.to_dict('rows'),
32    columns=[{'id': c, 'name': c} for c in df.columns],
33    style_table={34        'height': '400px',
35        'overflowY': 'scroll',
36        'border': 'thin lightgrey solid'
continuation line missing indentation or outdented
29    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
30    return(dash_table.DataTable(
31    data=df.to_dict('rows'),
32    columns=[{'id': c, 'name': c} for c in df.columns],33    style_table={
34        'height': '400px',
35        'overflowY': 'scroll',
continuation line missing indentation or outdented
19        dcc.Link('Go to Agg. Economic Activities', href='/agg-eco-activities')
20    ]),
21    html.Div([
22    dcc.Link('Go to NVA Sector', href='/nv_eco')23    ]),
24    html.Div([
25    dcc.Link('Go to CFC Sector', href='/cfc_sectors')
continuation line missing indentation or outdented
34    dcc.Link('Go to GCF Time Series', href='/gcf_time_series')
35    ]),
36    html.Div([
37    dcc.Link('Go to GCF Sector', href='/gcf_sectors')38    ]),
39    html.Div([
40        dcc.Link('Go to Households Private consumption', href='/household')
continuation line missing indentation or outdented
31    dcc.Link('Go to NV Time Series', href='/nv_time_series')
32    ]),
33    html.Div([
34    dcc.Link('Go to GCF Time Series', href='/gcf_time_series')35    ]),
36    html.Div([
37    dcc.Link('Go to GCF Sector', href='/gcf_sectors')
continuation line missing indentation or outdented
28    dcc.Link('Go to CFC Time Series', href='/cfc_time_series')
29    ]),
30    html.Div([
31    dcc.Link('Go to NV Time Series', href='/nv_time_series')32    ]),
33    html.Div([
34    dcc.Link('Go to GCF Time Series', href='/gcf_time_series')
continuation line missing indentation or outdented
25    dcc.Link('Go to CFC Sector', href='/cfc_sectors')
26    ]),
27    html.Div([
28    dcc.Link('Go to CFC Time Series', href='/cfc_time_series')29    ]),
30    html.Div([
31    dcc.Link('Go to NV Time Series', href='/nv_time_series')
continuation line missing indentation or outdented
22    dcc.Link('Go to NVA Sector', href='/nv_eco')
23    ]),
24    html.Div([
25    dcc.Link('Go to CFC Sector', href='/cfc_sectors')26    ]),
27    html.Div([
28    dcc.Link('Go to CFC Time Series', href='/cfc_time_series')
continuation line missing indentation or outdented
29    return(dash_table.DataTable(
30    data=df.to_dict('rows'),
31    columns=[{'id': c, 'name': c} for c in df.columns],
32    style_table={33        'height': '400px',
34        'overflowY': 'scroll',
35        'border': 'thin lightgrey solid'
continuation line missing indentation or outdented
27    df = data[6:]
28    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
29    return(dash_table.DataTable(
30    data=df.to_dict('rows'),31    columns=[{'id': c, 'name': c} for c in df.columns],
32    style_table={
33        'height': '400px',
continuation line missing indentation or outdented
28    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
29    return(dash_table.DataTable(
30    data=df.to_dict('rows'),
31    columns=[{'id': c, 'name': c} for c in df.columns],32    style_table={
33        'height': '400px',
34        'overflowY': 'scroll',
continuation line missing indentation or outdented
 58    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
 59    return(dash_table.DataTable(
 60    data=df.to_dict('rows'),
 61    columns=[{'id': c, 'name': c} for c in df.columns], 62    style_table={
 63        'height': '400px',
 64        'overflowY': 'scroll',
continuation line missing indentation or outdented
 57    df = data[6:]
 58    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
 59    return(dash_table.DataTable(
 60    data=df.to_dict('rows'), 61    columns=[{'id': c, 'name': c} for c in df.columns],
 62    style_table={
 63        'height': '400px',
continuation line missing indentation or outdented
 59    return(dash_table.DataTable(
 60    data=df.to_dict('rows'),
 61    columns=[{'id': c, 'name': c} for c in df.columns],
 62    style_table={ 63        'height': '400px',
 64        'overflowY': 'scroll',
 65        'border': 'thin lightgrey solid'
continuation line missing indentation or outdented
28    return(dash_table.DataTable(
29    data=df.to_dict('rows'),
30    columns=[{'id': c, 'name': c} for c in df.columns],
31    style_table={32        'height': '400px',
33        'overflowY': 'scroll',
34        'border': 'thin lightgrey solid'
continuation line missing indentation or outdented
27    df.columns = df.iloc[0].fillna(value=pd.Series(range(100)))
28    return(dash_table.DataTable(
29    data=df.to_dict('rows'),
30    columns=[{'id': c, 'name': c} for c in df.columns],31    style_table={
32        'height': '400px',
33        'overflowY': 'scroll',