我有一个带有# add constant column to the original dataframe
df['constant'] = 1
# define x as a subset of original dataframe
x = df[['Mkt-RF', 'SMB', 'HML', 'constant']]
# define y as a series
y = df['aig-RF']
# pass x as a dataframe, while pass y as a series
sm.OLS(y, x).fit().summary()
指令的输入框,它可以在Web上运行。将其转换为Ionic应用后,即使在Android中也无法在iOS中运行。
我注意到在angularjs-material的库页面中它也不起作用。为什么? https://material.angularjs.org/1.1.10/demo/input
示例:
md-select-on-focus
答案 0 :(得分:0)
首先,我可以问一下您将输入字段放在何处吗?它在标准的Ionic项目中吗?因为目前尚不清楚如何制作Web应用程序,然后将其转换为Ionic。如果您对此更加清楚,将非常有帮助!
第二,Ionic使用特定于平台的样式为不同平台(IOS,Android,Windows)定制组件。 MD类用于Android,并且与其他平台不同。
您可以在这里阅读有关内容:https://ionicframework.com/docs/theming/platform-specific-styles/